Seo Tools

[SEO][slideshow]
Powered by Blogger.

[HTML] Basic Syntax Of HTML

How To Start Basic HTML


<html>
<title>hello world</title>
<body>
<h1>hello world</h1>
</body>
</html>

<HTML> </HTML>

html always Start with above("html") tags.

<TITLE></TITLE>

TITLE TAG WHERE USE IN HTML PAGALHUB
Title tag best benefits for SEO tricks then use in futures.

<body></body>

  • BODY tag is all our code script in this in tags.
  • body page many different different tag in this .
  • Examples :<div> <p> <h1> <h2> <h3> <h4> <h5> <h6>
finely We close Our Html file Using </html> Tag.

No comments:

info