HTML Tutorial – 3
(What are different Tags in <HTML?>)
Hello
Everyone.
As I said in my previous tutorial that “<Tags>” are special
way of HTML to input data into a web HTML offers many tags to handle data
completely in the website. As you may have seen many websites, some of them are
Simple Text pages, some of them are social networking, some show images and
some are video streaming websites. I am glad to tell you that all of them are
built in HTML and other basic languages we discussed earlier.
So don’t think HTML is not that much important in the
internet world. HTML is the base. So lets start from where we left.
HTML document (Or file, Or webpage) body consists of many
sections. And specific tags allow us to manage and create those sections in the
HTML Document. Few of the very basic sections are <Head>, <Body> and <Title>.
As you can see in the Snapshot below there is <Head> tag in which
<title> tag is embedded. Then </head>
tag closes and <body> tag
starts. All the content of the website goes into Body tag. Head tag is used
many other important function which we will see later. <title> tag is used to give webpage a name and this name is
displayed on the tab of the web browser.
There are many other tools that are used to manage and organize
data inside <body> tag which
we will be studying in out HTML course. Thanks for reading.

No comments:
Post a Comment