What is the correct HTML for referring to an external style sheet?

 Posted by vishalneeraj-24503 on 12/2/2013 | Category: CSS 3 Interview questions | Views: 70431 | Points: 40
Select from following answers:
  1. <stylesheet>mystyle.css</stylesheet>
  2. <link rel="stylesheet" type="text/css" href="mystyle.css">
  3. <style src="mystyle.css">
  4. All of the above.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response