css - Best practice for creating inline anchor tags -


so if have anchor list, prefix wont accidently styled css?

<ul class="inline-list"> <li><a href="#list1">list 1 </a></li> <li><a href="#list2">list 2</a></li>  </ul>  <h2 id="list1">list 1 heading</h2> 

if list1 speciifed in global css, styling. best practice this?


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -