Ask Question
6 November, 10:09

What is an advantage of using CSS to style web pages?

You can see what you get as you style the page.

You get predictable styles throughout the site without having to code each HTML tag.

You don't need to know any HTML.

You can view source code to figure out HTML structure and see how the tags work.

+1
Answers (2)
  1. 6 November, 10:28
    0
    A.) on Edge

    You can see what you get as you style the page.
  2. 6 November, 13:45
    0
    Ok, this is a bit confusing, as none of these are really "advantages", but the best option would probably be A). You can see what you get as you style the page.

    Because you don't need to know what a tag does to style it, and you do need to know HTML because otherwise you'd be styling nothing. No HTML = Nothing to style.

    "You get predictable styles throughout the site without having to code each HTML tag."

    This is what confused me, because you actually do get predictable styles.

    I can decide to make all of a specific element look the same. Or use classes to add specific styling rules to certain elements even if the elements aren't the same.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is an advantage of using CSS to style web pages? You can see what you get as you style the page. You get predictable styles throughout ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers