Select from following answers:- <style src = "common.css">
- <stylesheet>common.css</stylesheet>
- <link rel = "stylesheet" type = "text/css" href = "common.css">

- None of these.
- All Above
The correct syntax is:-
<link rel = "stylesheet" type = "text/css" href = "common.css">
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator