Website is updated! 06:37 PM 09/01/2015

Pgesturia

Pgesturia

Wednesday, 26 November 2014

Basic HTML tags

Tags of HTML

In this chapter we will discuss about tags,its nature and its attributes.
Every tag has its opening and its closing tags.Tags are closed using
"/".

<HEAD>  tag

Head tag is also called a container tag.It is basically used to add the METADATA 
in to the HTML file.
It is also used to add CSS(cascading style sheet).
The basic purpose of head tag is to add basic description about blog.

<P> tag

"P" tag is used for writing paragraphs.we used this tag to edit separately edit text in
web-page.

<BODY> tag

All the content of websites are written in body tag.We can change the background
color ,text color and also add images to this tag by changing in its attributes.

<MARQUEE> tag

This is very important and amazing and my favorite tag.This tag is used to
move the text in web-page.

<nav> tag

This tag is used to create links and nevigation bar in your page.



0 comments: