HTML Basic Tags
HTML Basic Tags
The most common tags are <html>, <head>, <body>, <h1>, and <p>.
Example
<h1>My First Heading</h1> <p>My first paragraph.</p>
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »The most common tags are <html>, <head>, <body>, <h1>, and <p>.
<h1>My First Heading</h1> <p>My first paragraph.</p>
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »