Presentation is loading. Please wait.

Presentation is loading. Please wait.

Create an Unordered List

Similar presentations


Presentation on theme: "Create an Unordered List"— Presentation transcript:

1 Create an Unordered List
Create an Unordered List. Use first three world record holders in the history of pole vaulting starting with Marc Wright (this will have bullets). Create an Ordered List. Use the latest world record holders in the pole vault. List them from highest record to third highest (this will have numbers).

2 ul#menu { padding: 0; } ul#menu li { display: inline; ul#menu li a { background-color: black; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px 4px 0 0; ul#menu li a:hover { background-color: orange;

3 ul#menu li a { background-color: black; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px 4px 0 0; } ul#menu li a:hover { background-color: orange;

4 <ul id="menu"> <li><a href="/html/default.asp">HTML</a></li> <li><a href="/css/default.asp">CSS</a></li> <li><a href="/js/default.asp">JavaScript</a></li> <li><a href="/php/default.asp">PHP</a></li> </ul>

5 ul#menu { padding: 0; } ul#menu li { display: inline; ul#menu li a { background-color: black; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px 4px 0 0; ul#menu li a:hover { background-color: orange;


Download ppt "Create an Unordered List"

Similar presentations


Ads by Google