Horje

Example of using CSS under HTML Inline CSS Style

Inline - by using the style attribute inside HTML elements
index.html
Example: HTML
<h1 style="color:blue;">A Blue Heading</h1>
<p style="color:red;">A red paragraph.</p>





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