HTML Style Attribute=
HTML BACKGROUN COLor
exa-
<body style="background-color:powderblue;">
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
HTML TEXT COLOR-
EXA-
<h1 style="color:blue;">This is a heading</h1><p style="color:red;">This is a paragraph.</p>
html fonts=
exa-
<h1 style="font-family:verdana;">This is a heading</h1><p style="font-family:courier;">This is a paragraph.</p>
HTML TEXT SIZE-
EXA-<h1 style="font-size:400%;">This is a heading</h1>
<p style="font-size:200%;">This is a paragraph.</p>

No comments:
Post a Comment