DAY 02 Inline CSS

 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;



Comments

Popular posts from this blog

DAY 01 HTML