Each HTML heading has a default size. However, you can specify the size for any heading with the |
<h1 style="font-size:60px;">Heading 1</h1>
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>
Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_headings_size
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 |
Sample of Bigger Heading | HTML Attributes |
Full Example of HTML BiggerHeading | HTML Attributes |
Read Full: | HTML Attributes |
Category: | Web Tutorial |
Sub Category: | HTML Attributes |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 184 |