How to use a tag in HTML?

LAST READ: APR 18 2024 | Q. BY: KIRAN MISHRA

R

Ravi Krishan

The basic flow of the HTML tags and how to use HTML tag in wen page. All HTML tags are used between the <html></html> Html open and close tag. HTML tag is divided into two sections first one is HEAD section & second BODY section.

HEAD section example

<!DOCTYPE>

<html> - HTML Starting Tag

    <head>

        <title>Page Title</title>

    </head>

</html> - HTML End Tag

BODY section example

<!DOCTYPE>

<html>

    <body> 

      <article><h1></h1><p></p></article> 

      <aside></aside>

      <footer></footer>

    </body>

</html>

0 votes

Your Answer

Email Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

LifeStyle & Fun

© 2024 GDATAMART.COM (All Rights Reserved)