Multiple choice css

What are the three methods for using style sheets with a web page

  1. Dreamweaver, GoLive or FrontPage

  2. Inline, embedded or document level and external

  3. Handcoded, Generated or WYSIWYG

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The three CSS methods are inline (style attribute), embedded/internal ( tag in document), and external (linked .css file). Option A lists WYSIWYG editors, not style sheet methods. Option C describes coding approaches, not CSS integration techniques.