Web Quality Question:
Can you explain why are style sheets important for web page quality?

Answer:
- Style sheets are used to increase the web page quality by using the tag element like <!Doctype>, <title> and <heading[1-6]> tag elements.
- There are some tags that should not be used if the quality of the web needs to be maintained and they are as follows:
- <font> tag
> Style sheets should be used to set the size, font and color of the text not the <font> tag in HTML.
> This tag will increase the size of the document and it will also take some efforts to modify again and again.
- Use fixed sizes
>Fixed sizes should not be allowed as the relative sizes in this case perform far better and the fixed sizes are not resized by the browser window.
- There are some tags that should not be used if the quality of the web needs to be maintained and they are as follows:
- <font> tag
> Style sheets should be used to set the size, font and color of the text not the <font> tag in HTML.
> This tag will increase the size of the document and it will also take some efforts to modify again and again.
- Use fixed sizes
>Fixed sizes should not be allowed as the relative sizes in this case perform far better and the fixed sizes are not resized by the browser window.
Previous Question | Next Question |
Do you know how does <title> element help in achieving the web quality? | Do you know why it is important to always use the background color to ensure the web quality? |