Introduction to HTML
Worldwideweb(www) is the collection of millions of websites and these websites are usually created by HTML
HTML stands for hyper text markup language
=)Developed by Tim Berners Lee,at CERN,an international scientific organisations headquarters
HTML stands for hyper text markup language
=)Developed by Tim Berners Lee,at CERN,an international scientific organisations headquarters
in Geneva,Switzerland
=)Tools required to create a HTML
1.)Text editor i.e Notepad,winword,ms word,etc
2.)A web browser i.e Internet explorer,Chrome,firefox,etc
=)Tools required to create a HTML
1.)Text editor i.e Notepad,winword,ms word,etc
2.)A web browser i.e Internet explorer,Chrome,firefox,etc
Let's get started with HTML
For beginners:-
First we use the HTML tag ===1
Then the heading means head tag is used ====2
The head tag is followed by Title tag====3
Then the title is given to the website====4
The tag which is used at last will be closed first===5
eg. </title></head> /=is used to close a tag
Then comes the body of the websites..=====6
Where we can enter the texts which we want to be displayed on the websites..
Then the body tag is closed====7
eg. </body>
And then the HTML is closed======8
eg. </html>
Note:-The html document must be saved by .html extension
eg. (document name).html
<html>====1
<head>====2
<title>=====3
#1 HTML session====4
</title></head>=====5
<body>=====6
Hey guyzz this how the body tag works
Thanks for reading
</body>=====7
</html>=====8
Where we can enter the texts which we want to be displayed on the websites..
Then the body tag is closed====7
eg. </body>
And then the HTML is closed======8
eg. </html>
Note:-The html document must be saved by .html extension
eg. (document name).html
<html>====1
<head>====2
<title>=====3
#1 HTML session====4
</title></head>=====5
<body>=====6
Hey guyzz this how the body tag works
Thanks for reading
</body>=====7
</html>=====8
Comments
Post a Comment