CSS 3 types: 1. inline, 2.internal, 3. external, CSS for 1 tag(only 1) use id and #id in style, CSS for few tags, use class use .class_name in style. id should be always unique, CSS selector 5 types; grouping : h1, p{} (together) also for .class1,.class2{} , grouping can be mixed with 5 classes, Using in input tag: for ID, input[id_name]{} ///// for type , input[type="type_name"]{} #multiple tags container copy paste: alt+shift+ down arrow;
<b> </b> strong, em, i, p ; <br>, <ol>, <ul>, <button>, <li>, <a href=""> target="_blank" <img src="" alt=" "> Add favicon, #creating form inline: abbr(line of dots), cite (reference), q(quote) , code , mark (yellow bg) type= 1,a,disc, <a download="alucard"></a> set the name after downloading alucard Practice Task 01: make a travel blog, add a basic comment section also.
Comments
Post a Comment