Why are style sheets important for web page quality? - Web Quality

Why are style sheets important for web page quality?



- 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.
Post your comment