How to link a .css file from HTML file?

后端 未结 2 1703
悲&欢浪女
悲&欢浪女 2021-01-27 00:34

I have been learning HTML5 and CSS, until now I have been styling in the HTML section. When I tried to move s

2条回答
  •  渐次进展
    2021-01-27 01:13

    element creates relationship between current and external documents.

    Important point about i the attribute which stands for relationship. This attribute define how the linked document is related to the current document. How it is read..

    Also please make sure your .css file has the same name as Your href.

    You can read more about it here -> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link

提交回复
热议问题