Give an example of linking css with html
Answers
Answered by
0
Answer:
You have to use the <link> element to link HTML to CSS. The element itself is empty, but it contains three attributes: rel describes the relationship between the HTML document and a linked document. type determines what type of data should be taken by an input element.
Similar questions