CSS in 15 mins: tutorial
What is CSS ? Example HTML code: styled “hello World”text to red color in paragraph tag Output: Consolidated CSS tag list: CSS Tag Description Syntax Example font-size Sets the font size of text font-size: 20px; p { font-size: 20px; } color Sets the text color color: red; p { color: red; } background-color Sets the …