First HTML Webpage
<!DOCTYPE html>
— This tag specifies the language you will write on the page. In this case, the language is HTML 5.
The <html>
element defines the whole document.
It has a start tag <html> and an end tag </html>.
Inside the <html> element is the <body>
element.
<h1>
is used for the most important titles.
<p>
creates a new paragraph.
Please follow and like us: