Web Development Interview Questions – Set 01
Introduction to CSS CSS means Cascading Style Sheet It is used to customize in-built HTML tags, means defining user-defined styles to HTML tags. Selectors P Property: value <P Style = “Color: red; Background-color: orange; Font-size: 14pt; Text-align: right”> Semicolon is deli meter for properties. Colon is separator for property and values. <h1> is called tag … Read more