79.0k views
3 votes
Gerry used HTML for his website. Which best describes HTML?

2 Answers

7 votes

HTML stands for hypertext markup language. This explains it quite good. It is a language in which you "describe" your content; you use markup code (HTML tags) to give meaning to the content. In combination with hyperlinks, the text becomes hypertext, creating a "web" of text.

User Jack Trowbridge
by
8.8k points
1 vote

Answer:

HTML stands for HyperText Markup Language.

Step-by-step explanation:

HTML specificifications define a set of tags which are used to display content on the web. Some examples of tags include:

<b>...</b> : to render the enclosed content in bold

<i>...</i> : to render the enclosed content in italics

<u>...</u> : to render the enclosed content underlined

Content encoded using HTML tags is interpreted by web browsers such as internet explorer, chrome or firefox and is rendered accordingly for the end users.

In simple words, HTML is the language of the internet.

User Xeevis
by
8.3k points

Related questions

2 answers
5 votes
165k views