Horje

Full Example of HTML BiggerHeading

<h1 style="font-size:60px;">Heading 1</h1>
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1 style="font-size:60px;">Heading 1</h1>

<p>You can change the size of a heading with the style attribute, using the font-size property.</p>

</body>
</html>

Output should be:

Full Example of HTML BiggerHeading




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