Question Info

This question is public and is used in 18 tests or worksheets.

Type: Multiple-Choice
Category: CSS
Level: Continuing Education
Author: yasserhy
Created: 13 years ago

View all questions by yasserhy.

CSS Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education CSS

What is the correct HTML for referring to an external style sheet?
  1. <stylesheet>mystyle.css</stylesheet/>
  2. <style src="mystyle.css"/>
  3. <link rel="stylesheet" type="text/css" href="mystyle.css">