HTML is the standard markup language for creating Web pages.
HTML stands for "Hypertext Markup Language"
HTML describes the structure of a Web page
HTML consists of a series of elements
HTML elements tell the browser how to display the content
HTML elements are represented by tags
HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
Browsers do not display the HTML tags, but use them to render the content of the page
HTML colors are specified using predefined color names, or RGB(red, green, blue),
HEX(hexadecimal value), HSL(hue, saturation, and lightness), RGBA, HSLA values. Also,
HTML supports 140 standard color names.
Here you go