Horje

How to Set the background color and text color of headings (with CSS)

See the Example
index.html
Example: HTML
<h1 style="background-color:DodgerBlue;">Hello World</h1>
<h2 style="color:Tomato;">Hello World</h2> 

Output should be:

How to Set the background color and text color of headings (with CSS)




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin