Topic: HTML
1) What are the advantages of HTML tags?
2) What is the difference between the tags <body text = “Blue”> and <font color = “Blue”> ?
Answers
✬ Solution :-
___________________________
· Question ?
1) What are the advantages of HTML tags?
· Answer ::
⇒ The following are the importance of HTML tags ::
>> Text Formatting : HTML tags help that is they help in designing and styling the texts used. The texts mentioned in the tags get defined in the HTML page according to the use of the tags. They can give them colours and design their size. Also it can help in placing the words and text in proper order. Text formatting tags in HTML add many varieties to the appearance of texts like they can design their fonts and can make them look differently according to their uses.
>> Page Designing : Their are many tags used in HTML language. Some tags are available to make the words and lines as heading and subheading. Even it can help in their alignment. Also their are various other page designing tags like adding colours to background, putting background images, etc.
>> Giving Details : HTML tags are used to give details to different parts in the HTML page. They can help in adding various information according to their use and their and also mention information on conditions as well. Detailing is very important to highlight main topics and use understand them.
>> Adding Graphics : HTML tags also can be used to add graphics to the HTML page. These can be made to add more effects and transform the pages into good ones. Even graphics can help to make the content more effective to make pages look good. HTML tags used for adding graphics help to insert videos, audio, images, etc.
>> Adding different elements : HTML tags help in adding different rows and columns. These help in redefining pages to make them to be used as excel. And adding rows, columns and hyperlînks. These make the pages well defined for the purpose.
___________________________
· Question ?
What is the difference between the tags <body text = “Blue”> and <font color = “Blue”> ?
· Answer ::
⇒ The required difference is as follows ::
· <body text = "Blue"> - This tag helps to add format to all the elements contained within it. And since the colour has been mentioned this means that here the <body> tag is used to apply colour to all elements contained within <body>...</body>. Here mentioning the colour within the double inverted commas is used for applying colours.
· <font colour = "Blue"> - The "font" command formats the text mentioned within the font command only. Unlike "body" command they can't contain other tags. Here since colour is mentioned here then all the texts mentioned between the <font>...</font> tags.
_______________________________
★ More to know :-
• Tags : These are the parts of HTML program which decides how the matter looks.
• Elements : These are the parts of HTML program which contain some definite information and use them at different purpose.
Hello Mate !
- Advantages of Html tags :-
- The <HTML> and </HTML> tags are used to mark the beginning and end of an HTML document .
- This tag doesn't have any effect on appearance on document .
- This tag is used to make browsers and other programs know that this is an HTML document .
2nd question seems confusing to me .
Report my answer if you think it as inappropriate