Computer Science, asked by bharatrawat1785, 5 months ago

(e) What is the significance of tag? Explain all attributes with one
example .

Answers

Answered by Anonymous
2

Explanation:

What are Attributes. Attributes define additional characteristics or properties of the element such as width and height of an image. Attributes are always specified in the start tag (or opening tag) and usually consists of name/value pairs like name="value"

Answered by raventherabbit
0

Answer:

When writing in HTML, the <body> tag is used to contain a web page's content, including hyperlinks, images, tables, text, etc. It is required in every HTML document, and there may only be one <body> tag per page.

Explanation:

Tags are small snippets of HTML coding that tell engines how to properly “read” your content. In fact, you can vastly improve search engine visibility by adding SEO tags in HTML. When a search engine's crawler comes across your content, it takes a look at the HTML tags of the site.

Important tags in html

<html> … </html> — The root element. ... <head> … </head> — The document head. ... <title> … </title> — The page title. ... <body> … </body> — The page's content. ... <h1> … </h1> — A section heading. ... <p> … </p> — A paragraph. ... <a> … </a> — A link. ... <img> — An image.

Similar questions