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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -