External style sheets exist within web page and can link one Html document is it true or false
Answers
Answered by
0
Answer:
we can referenced multiple external style sheets inside single HTML document. The CSS file is used as an external style sheet file in HTML document by using a <LINK> tag instead of <STYLE> tag. ... The REL attribute is used to define the relationship between the linked file and the HTML document
Answered by
1
False
Explanation:
We can referenced multiple external style sheets inside single HTML document. The CSS file is used as an external style sheet file in HTML document by using a <LINK> tag instead of <STYLE> tag.
PLEASE MARK ME AS BRAINLIEST ANSWER AND FOLLOW ME .
Similar questions