HTML Styles
The
HTML style attribute has the following syntax:
style="property:value;"
<!DOCTYPE
html>
<html>
<body>
<h2
style="color:red;">I am
red</h2>
<h2
style="color:blue;">I am
blue</h2>
</body>
</html>
No comments:
Post a Comment