Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <a href="#" >How to use anchor tag in HTML5</a>
  2.  
  3. <ul>
  4. <li><span class='bullet' ></span><a href="#" >This is first item in the list</a></li>
  5. <li><span class='bullet' ></span><a href="#" >Second element in unorderd list</a></li>
  6. <li><span class='bullet' ></span><a href="#" >And This is another item</a></li>
  7. <li><span class='bullet' ></span><a href="#" >Last item in the list is fourth</a></li>
  8. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement