HTML Tutorial: Basic Structure of a Website
In this part, we will understand the basic structure of website. I have made a file here
in VS CODE named HTML. Now we are fully focusing on HTML. If I scroll while
presssing ctrl button, then zoom in, zoom out is happening. Head includes all the meta
tags. Which we write to describe a website. What is meta tag ? So the meaning of meta
tag is , meta means information about information. So what they do ? Suppose there
are keywords and description , so it helps in telling all this things. And along with that
comes any external sheet if you want to link. We firstly write DOCTYPE in a page. Then
we open a html tag. After that we open head tag and then body tag. Head includes meta
tags, title and external sheets. Body includes the whole content of the web page. So I
have to write it something like this , also at end - - ? So whatever I 'll write between
opening and closing will be shown as comment. Would we be able to achieve this type of
styling ? Definitely yes. And I'll show much better styling than this one.
Comment means you want to write something in web page but it should be ignored. So
you can write it like comment , and this is the way for that. Comment will not be
executed. Comment is not compulsary but you can take advantage of this. This will be
ignored by my browser. This is the entry or say starting point from where you 'll start
the course. And save it for yourself. So that you can learn this course step by step.
There is no problem in that. So thats it for this part
, HTML Tutorial: Title, Script, Link & Meta Tags
The work of meta tag is mainly used in SEO. And SEO means Search engine
optimization. It is the way to increase your web traffic. But that does n't mean your
site will rank just my putting meta tags. If your site is not good enough than it will not
rank. But by using all these tags search engines like Google can nicely display your page.
This is generated by vs code for us. This meta tags I 'll show you here. Now see ,
charset= '' UTF-8 '' means The character set which will be used will be. The width is
set as equal to device width. After this the tag is X-UA-Compatible tag. It is for ie.
And here when we write ie=edge , it means the content should be displayed in highest
compatiblity mode. Along with this we can also add keywords. We 'll write INDEX and
FOLLOW when you want that your website does not comes in the search engine. If you
write NOINDEX and NOFOLLOW so it will not index your page , nor it will follow the
links inside your page. In the coming part we 'll focus on body tags which are included in
body which we use to write contents, that we'll see. We'll see what are heading and
paragraphs ,how to do bold ,italic and underline. That's it for this part
In this part, we will understand the basic structure of website. I have made a file here
in VS CODE named HTML. Now we are fully focusing on HTML. If I scroll while
presssing ctrl button, then zoom in, zoom out is happening. Head includes all the meta
tags. Which we write to describe a website. What is meta tag ? So the meaning of meta
tag is , meta means information about information. So what they do ? Suppose there
are keywords and description , so it helps in telling all this things. And along with that
comes any external sheet if you want to link. We firstly write DOCTYPE in a page. Then
we open a html tag. After that we open head tag and then body tag. Head includes meta
tags, title and external sheets. Body includes the whole content of the web page. So I
have to write it something like this , also at end - - ? So whatever I 'll write between
opening and closing will be shown as comment. Would we be able to achieve this type of
styling ? Definitely yes. And I'll show much better styling than this one.
Comment means you want to write something in web page but it should be ignored. So
you can write it like comment , and this is the way for that. Comment will not be
executed. Comment is not compulsary but you can take advantage of this. This will be
ignored by my browser. This is the entry or say starting point from where you 'll start
the course. And save it for yourself. So that you can learn this course step by step.
There is no problem in that. So thats it for this part
, HTML Tutorial: Title, Script, Link & Meta Tags
The work of meta tag is mainly used in SEO. And SEO means Search engine
optimization. It is the way to increase your web traffic. But that does n't mean your
site will rank just my putting meta tags. If your site is not good enough than it will not
rank. But by using all these tags search engines like Google can nicely display your page.
This is generated by vs code for us. This meta tags I 'll show you here. Now see ,
charset= '' UTF-8 '' means The character set which will be used will be. The width is
set as equal to device width. After this the tag is X-UA-Compatible tag. It is for ie.
And here when we write ie=edge , it means the content should be displayed in highest
compatiblity mode. Along with this we can also add keywords. We 'll write INDEX and
FOLLOW when you want that your website does not comes in the search engine. If you
write NOINDEX and NOFOLLOW so it will not index your page , nor it will follow the
links inside your page. In the coming part we 'll focus on body tags which are included in
body which we use to write contents, that we'll see. We'll see what are heading and
paragraphs ,how to do bold ,italic and underline. That's it for this part