Computer Science, asked by AARAGSAHU, 10 months ago

1. What is HTML? 2. Where is the text of title tag displayed ? 3 Define : Tag, Attributes 4 .Write the difference between Container Tag and Empty tag. 5. What are the different parts of HTML document ? Explain each. TRY TO ANSWER ALL QUESTIONS REGARDS, AARAG SAHU FROM BRAINLY.IN

Answers

Answered by marufakhatun07043
0

Explanation:

1) What is HTML?

HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. It is constantly undergoing revision and evolution to meet the demands and requirements of the growing Internet audience under the direction of the » W3C, the organisation charged with designing and maintaining the language.

The definition of HTML is HyperText Markup Language.

2. Where is the text of title tag displayed ?

When placing things on internet it’s important to give much consideration to the title tag. The idea is to get a lot of viewers to your page content. To do this make sure your title tag is very descriptive. Don’t use generic words that do not separate your content from so many others. Include a targeted keyword or even a phrase.

The title tag appears at the top of the Web browser. Search engines limit the number of words in the title tag to somewhere between 50 and 70 characters. If you are advertising in your content, it may be worth hiring a professional person to design your site or article. Also, have a look at the SEO glossary or the digital Marketing glossary.

Answered by jitenderRunning
0
1.Html is a scripting language used to design web pages.Its latest version is HTML 5.
2.text of the title tag is displayed on tab of the browser.
3.Tag refers to the keywords enclosed in a pair of angular brackets.e.g
Attributes- it provides additional information about the HTML elements.e.g src is attribute of img tag.
4.Container tag have start and end tag while empty tags doesn’t have start and closing tag.
5.Different parts of the HTML document are :
a.Root element- this contains HTML tag.
b.Head element- This element contains information about the document .
c.Body Element - it defines the document’s body.
Similar questions