Horje
How to change Background Color of <h1> and <p> Elements

Set background color for two different elements:


Sample of code about Background Color of <h1> and <p> Elements

<h1 style="background-color:powderblue;">This is a heading</h1>
<p style="background-color:tomato;">This is a paragraph.</p>

Full Example of Background Color about <h1> and <p> Elements

Set background color for two different elements:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1 style="background-color:powderblue;">This is a heading</h1>
<p style="background-color:tomato;">This is a paragraph.</p>

</body>
</html>

Output should be:

Full Example of Background Color about <h1> and <p> Elements





Related Articles
What is HTML Styles HTML Styles
How to create HTML Style Attribute HTML element HTML Styles
How to change body Background Color HTML Style HTML Styles
How to change Background Color of <h1> and <p> Elements HTML Styles
How to change Text Color HTML Styles
How to change Fonts Family of Text with HTML <h1> <p> HTML Styles
How to change Text Size with HTML <h1> and <p> HTML Styles
How to create Text Alignment HTML Styles
How to create HTML CSS Border HTML Styles
How to create HTML CSS Padding HTML Styles
How to create HTML CSS Margin HTML Styles

Single Articles
Sample of code about Background Color of <h1> and <p> ElementsHTML Styles
Full Example of Background Color about <h1> and <p> ElementsHTML Styles

Read Full:
HTML Styles
Category:
Web Tutorial
Sub Category:
HTML Styles
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
7
Ref on:
View



Share on: