Home Styles How to use styles in HTML? How to use styles in HTML? personUnknown August 15, 2015 0 share <!DOCTYPE HTML> <HTML><HEAD><style type="text/css"> h1 {color:red;} h2 {color:blue;}p {color:green;}</style></HEAD><BODY><h1>All header 1 elements will be red</h1><h2>All header 2 elements will be blue</h2><p>All text in paragraphs will be green.</p></BODY></HTML> OUTPUT: Tags Headers colorsHow to use styles in HTML?Styles Facebook Twitter Whatsapp Newer Older