css calling method: 1. The css internal style defined by style in the head part of the document needs to be called using the css selector name in the tag of the web page; 2. The css style written in the external file must be used in the HTML web page Called through the link tag.
The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.
Different methods of using css in HTML web pages have different methods of calling css.
1. Internal style sheet calling method:
When a single file requires special styles, you can use the internal style sheet. You can define internal style sheets via the
The internal style sheet is a css style sheet written in the HTML web page using the