How to add footnotes in css

coldplay.xixi
Release: 2023-01-03 09:30:50
Original
2603 people have browsed it

How to add footnotes in css: comments start with "slash asterisk" and end with "asterisk slash". It should be noted that the comment characters are all English half-width lowercase, and the syntax is [/* comment content*/】.

How to add footnotes in css

The operating environment of this tutorial: windows7 system, css3 version, DELL G3 computer.

How to add footnotes in css:

The CSS comment syntax is:

/* 注释内容 */
Copy after login

The comment starts with a "slash asterisk", " End with asterisk and slash". It should be noted that the comment characters are all English half-width lowercase.

Example:

If we write a piece of CSS code, in order for others to see clearly what it means and which part of the code is the CSS style selector, we You can add CSS comments to CSS.

#header{width:1000px;margin:0 auto} /* 这个是头部选择器设置总宽度为1000px,并设置DIV布局居中 */
Copy after login

css Comment screenshot:

How to add footnotes in css

Related learning recommendations:css tutorial

The above is the detailed content of How to add footnotes in css. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!