Answers for "html headings"

1

how to write heading tag tag in html

<h1>Biggest<h1>
<h2>Pretty Big<h2>
<h3>Medium<h3>
<h4>Pretty Small<h4>
<h5>Very Small<h5>
<h6>Smallest<h6>
Posted by: Guest on March-08-2021
0

how to use a heading in html

<h1>Im a heading</h1>
Posted by: Guest on September-01-2021
0

html heading tag

<h1> The biggest heading size </h1>
<h6> The smallest heading size </h6>
Posted by: Guest on May-04-2021
-2

how to add heading html

<h1>Heading</h1>
Posted by: Guest on January-30-2021
-2

how do you make a heading in html\

<h1>I'm the biggest heading</h1>
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language