Home >Web Front-end >HTML Tutorial >Basic usage analysis of ul and li_HTML/Xhtml_Web page production

Basic usage analysis of ul and li_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:44:021430browse

Navigation, a small amount of data tables, centered



ul and li applications
#menu{width:1000px;height:35px;float:right;margin:0px; clear:both; vertical-align: bottom;}
#ul li{list-style-type:none; clear :both;width:100px;display:inline; font-size: larger;} #myul li{float:left;width:100px;}




    The default is vertical layout with dots

  • hello

  • hello

  • hello

hello




  • Remove the dots

  • hello

  • hello

hello





  • hello

  • hello

  • hello

  • hello

hello





  • hello

  • hello

  • hello

  • hello

  • hello

  • hello

  • hello

  • hello

hello


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