HTML Headings Colors
HTML Headings Colors
<p> <p>
This paragraph This paragraph
contains a lot of lines contains a lot of spaces
in the source code, in the source code,
but the browser but the browser
ignores it. ignores it.
</p> </p>
Background Color
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
HTML Colors HTML supports 140 standard color names.
Example
Example
<b>This text is bold</b>
Example
This example shows how to create a link to W3Schools.com:
<a href="https://www.w3schools.com/">Visit
W3Schools.com!</a>
Link to an Email Address
Example