Q. Which of the following is the correct syntax for referring the external style sheet? (Solved)
1. <style src = example.css>
2. <style src = "example.css" >
3. <stylesheet> example.css </stylesheet>
4. <link rel="stylesheet" type="text/css" href="example.css">
- b. <style src = "example.css" >