Skip to main content

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
 

                      Tags 

Tags are the commands which do not affect your presentation,it just give a meaning to your text and paragraph which you had written down.

These tags are written down in angular bracket 
Like (<head>,<body>) and ends with a forward slash like (</head>,</body>).

These are the tags we use and in this way we write down these tags

                 Attributes

Attributes are codes used within tags to make it more attractive .
Such as in "body" tag we use "bgcolor" attribute to change the colour of background,in "font"tag we use "face"attribute to change the writing style of text.

         <html> 
         <body bgcolor="red">
          Hello world
          </body>
           </html>

Before we start coding 

A text editor and a browser must be installed in your PC and android
 
Text editor where we write the code .

Browser is a place where our code will be displayed  
∆ Text Editor for PC are

1)Notepad
2)Notepad++
3)Sublime
4)Atom

∆Text Editor for Android are

1)anwriterfree
2)decoder
3)sock Editor
For Browser you can use Chrome,Firefox etc


IN THE PAGE WE WILL STUDY 
HOW TO USE TAGS AND THEIR 
ATTRIBUTES

      

Comments

Post a Comment

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

Marquee Tag and paragraph Tag

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