Skip to main content

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 .

                      Body

About Body tag and where we use it 
In this tag we write whole document which we want to display like all paragraphs ,videoes ,images ,headings ,tables etc codes were written down between body tag.

                      Font

About font tag it's Attributes and how it works in html.

Font tag is very important tag in html because by this we can change the colour of text style of text alignment of text .
It has some attribute which are used to give alignment,colour,style .


In the next page we will cover more tags 

Share this content with your friends
And if you like it please leave a comment below

Comments

Popular posts from this blog

Basic of HTML

                        HTML Html is a Hypertext Markup language ,which is used to develop web applications ,Android applications,etc. Browsers do not understand our communication language they have their own language in this blog we will learn one of them language  There are many languages which browsers support.Some of them are :-          DIFFERENT LANGUAGES

What are Tags and Attributes ?

The most important things you should know Today we will cover what are Tags and Attributes and how we use them in html  

Marquee Tag and paragraph Tag

  Content of the post 1)Marquee tag 2)Paragraph tag 3)Fieldset tag 4)Legend tag