IHYPRESS.NET
HTML
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
HTML ❯ Unordered Lists
<03>
<!DOCTYPE html> <html><head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Unordered Lists</title> </head> <body style="font-size:2.0em;"> <ul style="color:#0000cc; border:1px solid #0000cc;"> <li>apples<ul><li>macintosh</li><li>royal gala</li><li>red delicious</li></ul></li> <li>oranges</li> <li>pears</li> <li>grapes</li> </ul> <ul style="list-style-type:square; color:#006600; border:1px solid #006600;"> <li>potatoes<ul><li>russet</li><li>yukon gold</li><li>kennebec</li></ul></li> <li>carrots</li> <li>turnips</li> <li>onions<ul><li>yellow</li><li>white</li><li>red</li><li>vidalia</li></ul></li> </ul> <ul style="list-style-type:'=>'; color:#880088; border:1px solid #880088;"> <li>Rigel</li> <li>Sirius</li> <li>Betelgeuse</li> <li>Procyon</li> </ul> </body></html>
Unordered Lists
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.