Horje

How to Use of the style attribute in an HTML document

Here is a example of HTML Style.
index.html
Example: HTML
<h1 style="color:blue;text-align:center;">This is a header</h1>
<p style="color:green;">This is a paragraph.</p>

Output should be:

How to Use of the style attribute in an HTML document




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Global Attributes
Uploaded by:
Admin