Horje

Full Example of HTML Styles

HTML Styles are used to change the behaviors of HTML Elements. Such as: Text, Color, Size etc...
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>I am normal</p>
<p style="color:red;">I am red</p>
<p style="color:blue;">I am blue</p>
<p style="font-size:50px;">I am big</p>

</body>
</html>

Output should be:

Full Example of HTML Styles




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