Horje
How to create HTML Bigger Headings

Each HTML heading has a default size. However, you can specify the size for any heading with the style attribute, using the CSS font-size property:


Sample of Bigger Heading

Here you will have to determine the size of heading style="font-size:60px;"
 <h1 style="font-size:60px;">Heading 1</h1>

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
Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_headings_size





Related Articles
What is HTML Attributes HTML Attributes
How to create HTML href Attribute HTML Attributes
How to create HTML src Attribute HTML Attributes
How to create HTML width and height Attributes HTML Attributes
How to create HTML alt Attribute HTML Attributes
How to create HTML style Attribute HTML Attributes
How to create lang Attribute HTML Attributes
How to create HTML title Attribute HTML Attributes
How to create HTML Single or Double Quotes HTML Attributes
What is HTML Headings HTML Attributes
How to create HTML Headings HTML Attributes
What is Headings Are Important HTML Attributes
How to create HTML Bigger Headings HTML Attributes

Single Articles
Sample of Bigger HeadingHTML Attributes
Full Example of HTML BiggerHeadingHTML Attributes

Read Full:
HTML Attributes
Category:
Web Tutorial
Sub Category:
HTML Attributes
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
184



Share on: