HTML - Tags - <h1>

#54 of 147
h1

 <html>
 <body>
     <h1>heading 1</h1>
 </body>
 </html>
 

The h1 element represents a heading with a rank of 1.

h1 h2 h3 h4 h5 h6

h1 has a default font size of 2em and a font-weight of bolder.

A live example:


heading 1


N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath