Computer Applications
Write the advantages of external style sheet.
CSS
2 Likes
Answer
The advantages of external style sheet are:
- It can be used across multiple HTML pages by linking the CSS file using <LINK> tag.
- It results in smaller HTML files since styles are in a separate file.
- It is easier to maintain and update styles across multiple pages.
Answered By
1 Like
Related Questions
What is netiquette?
Which tag(s) do we use to change the size and style (face) of the text of an HTML file viewed on a web browser? Also, explain any two attributes used with this tag.
What is header cell? Name the <TABLE> tag which is used as header cell.
Explain any two controls supported by HTML form.