To reference a stylesheet across multiple HTML pages, how would you define your CSS?
Answers
Answered by
4
Answer:
How to specify an external link
Define the style sheet. ...
Create a link element in the HTML page's head area to define the link between the HTML and CSS pages. ...
Set the link's relationship by setting the rel = “stylesheet” attribute. ...
Specify the type of style by setting type = “text/css“.
Answered by
16
Explanation:
PREFECT ANSWER OF THE ABOBE QUESTION IS:-External Style Sheet
Similar questions