Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Selecting a list tag with list tags within it Reply To: Selecting a list tag with list tags within it

#143968

<p><</p>

<p>p>Sorry, the link to CodePen was empty:</p>

<!DOCTYPE html>

<p><html>
<head>
<link rel=”stylesheet” type=”text/css” href=”navbar.css”/>
<title></title>
</head>
<body>

        <a href="#">Home</a>
        &lt;!--I want a link around the photos list item--&gt;Photos

      <a href="#">People</a>
      <a href="#">Animals</a>
      <a href="#">Landmarks</a>


        &lt;!--I want a link around the videos list item--&gt;Videos

      <a href="#">Amateur</a>
      <a href="#">Professional</a>


  <a href="#">Forums</a>
&lt;/body&gt;

</html></p>