loading...

Breaking

loading...

Wednesday 20 March 2019

What is basic structure of a website? What is the basic structure of HTML?


What is basic structure of a website? What is the basic structure of HTML? | FantasyTuber

Lecture No.1

Today I am telling the basic structure of a website and HTML.

For Complete Webdesign Course visit our blog regularly Comment in Comment Box.
I am daily one Lecture Write in this blog.

First we tell about Website.
A website has a main logo in header bar and some description about this website. After this some content like Home, About us, Contact, Disclaimers and Privacy Policy Tag. A website has a one right side bar and left side bar. In right side bar website has some popular post and left side bar some ads and social links contact me page. At the end website has Footer.

A image of template of website are here.


HTML Structure:

Every html has this structure for build a website.
<html>
<head></head>
<body></body>
</html>

Tips: one things is important that every element that we use in structure. If this element has open tag then it must be has close tag.    


No comments:

Post a Comment