Home  >  Article  >  Web Front-end  >  How to remove the dot li in html

How to remove the dot li in html

藏色散人
藏色散人Original
2021-05-13 10:11:4214764browse

html method to remove the dot of li: first open the corresponding HTML file; then find the mark with ul and li; then find the css or style tag; finally write "ul{list-style:noen }" will do.

How to remove the dot li in html

The operating environment of this article: windows7 system, HTML5&&CSS3 version, DELL G3 computer

Find the file and open it.

How to remove the dot li in html

First we find the logo with ul and li.

How to remove the dot li in html

When we open it we find a little bit in front of the web page.

How to remove the dot li in html

Next we return to the handler and find the css or style tag. .

How to remove the dot li in html

Write as shown in the picture.

How to remove the dot li in html

Save and then refresh the web page.

How to remove the dot li in html

We found that the point was gone.

How to remove the dot li in html

Recommended study: "HTML Video Tutorial"

The above is the detailed content of How to remove the dot li in html. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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