Web Quality Question:
Do you know what are the tags that ensure web quality?

Answer:
There are different types of tags used to ensure the quality of the website and web pages created:
- <!DOCTYPE> Element
- This element tag defines the HTML version that is being used and all the web pages made in HTML and XHTML must contain it.
- <title> Element
- This element tag is very important as it describes the content of the web pages and used the browsers to know about the web page.
- The <title> element is written in <head> tag and it is shown in the title bar of the browser.
- <h1> Element
- This element tag is used to represent the heading of the content and it is having the numbers running from 1-6.
- It describes the main heading of the web page and web browser by default displays the element using <h1> element.
- <!DOCTYPE> Element
- This element tag defines the HTML version that is being used and all the web pages made in HTML and XHTML must contain it.
- <title> Element
- This element tag is very important as it describes the content of the web pages and used the browsers to know about the web page.
- The <title> element is written in <head> tag and it is shown in the title bar of the browser.
- <h1> Element
- This element tag is used to represent the heading of the content and it is having the numbers running from 1-6.
- It describes the main heading of the web page and web browser by default displays the element using <h1> element.
Previous Question | Next Question |
Tell me what are the ways in which the web quality can be ensured? | Can you explain what are the standards to keep in mind to ensure the total quality? |