Multiple choice css What are the three methods for using style sheets with a web page Dreamweaver, GoLive or FrontPage Inline, embedded or document level and external 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.