HTML Documents
All HTML archives must begin with a record sort revelation: <!DOCTYPE html>.
The HTML archive itself starts with <html> and closes with </html>.
The unmistakable piece of the HTML archive is among st <body> and </body>.
Try It Your self
HTML headings are characterized with the <h1> to <h6> labels.
<h1> characterizes the most vital heading. <h6> characterizes the minimum essential heading
Example
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3
Try it
HTML Links
HTML links are defined with the <a> tag:
follow @taslimaakther