Skip to main content

Marquee Tag and paragraph Tag

  Content of the post

1)Marquee tag
2)Paragraph tag
3)Fieldset tag
4)Legend tag

                 Marquee Tag

Marquee tag is one of the best tag in html. It is used to make the display attractive. 
By using this tag we can set a movement in text
By using some attributes like behavior we can change the movement of the text   

<Body>
<Marquee behavior="alternate">Hello World</Marquee>
</Body>

             Paragraph Tag


Paragraph tag is used to tell browser that we are going to write paragraphs. This tag starts by <p> and end by </p>.

<Body>
<p>Taj mahal is situated in Agra. </p>
</Body>

Fieldset Tag and Legend Tag
 

These tags are  used together make a border around your page and add a subtitle at the top-left of the border. 

 

Comments

Post a Comment

Popular posts from this blog

How to grow on Youtube

 How to grow on youtube Today Youtube becomes a very vast platform and for those people who want to grow on youtube has to face high competition. Youtube is becoming a way of earning for people. But it not very easy to grow on such platform which has very high competition level. Growth on youtube Today i am going to share some tips that will help you on growing your Youtube channel. These are based on knowledge and experience of some big Youtubers of all niches. Basic Tips to grow on youtube 1.Use of Tags, Title, Description and Thumbnail in right way Tags, description, title are very important for your channel growth these help you to rank your videos in search result and people can find it easly. After this Thumbnail is also important because this makes people to click on your video.  2.Content quality Content quality is most important becouse your content will decide how fast your channel will grow. Sound quality, and editing is also an important thing. As youtube algorithm...

Head and Body tags of HTML

  Learn coding with me and Start developing websites and applications                                        Head  About head tag and where we use them Head Tag is placed at top   In this tag we can give the title of document on which we are working and we  add internal css in head tag to make our website Attractive and we add javascript in between it to make our website functionable .

How to make a login form

How to make a login form.