HTML
Text Size
The font-size property
defines the text size for an HTML element:
<!DOCTYPE
html>
<html>
<body>
<p
style="font-size:20px;">This is a heading</p>
<p
style="font-size:60px;">This is a paragraph.</p>
</body>
</html>
No comments:
Post a Comment