Computer Science, asked by bhavyakumari, 9 months ago

define the term HTML tags .​

Answers

Answered by Anonymous
8

Explanation:

HTML tag. An HTML code that defines every structure on an HTML page, including the placement of text and images and hypertext links.

Answered by SerenaBochenek
3

HTML tags were secret identifiers within the same web page that describe the formatting and layout of documents for your browser. Further explanation is given below.

Explanation:

The HTML tags are used specifically for describing the HTML code, it's a very first and the last tag of any document. A tag on such a website page is indeed an instruction asking the user doing something.

Most of the tags having two parts, such as:

  • Opening tag "< >".
  • Closing tag "</ >"

For example:

<HTML> //Opening of the tag

</HTML> //Closing of the tag

There are many more tags that comes in the whole HTML body, including:

  • <head> </head>
  • <title> </title>
  • <body> </body>

Learn more:

Name and define the Basic HTML tags​...

https://brainly.in/question/8281355

Similar questions