TOP CATEGORIES

×

What are HTML basic tags?

M

Mayank Sharma

HTML Basic Tags

HTML tags are used to design a normal or responsive user interface that shows on the computer web page with the help of CSS, jQuery, and JavaScript. In HTML, there are many tags used which try to mentioned below one by one:

Web Page Section

  1. Head Section
  2. Body Section

1. Tags in Head Section

  • <html>
  • <head></head>
  • <title></title>
  • <meta />
  • <link />
  • <script></script>

In the head section all tags are use between the opening and closing tag of <head> tag, for example:

 

<head>

    <title></title>

    <meta />

    <link />

</head>

2. Tags in Body Section

  • <body></body>
  • <h></h>
  • <p></p>
  • <a></a>
  • <div></div>
  • <form></form>
  • <table></table>, etc...

In the body section all tags are use between the opening and closing tag of <body> tag, for example:

<body>

    <h1>My Heading</h1>

    <p>My paragraph</p>

    <a href="#">Clickable Link</a>

    <div></div>

</body>

0 votes

Your Answer

Email: advertise@gdatamart.com

Donate: To Support US

© 2024 GDATAMART.COM (All Rights Reserved)