# How to reference a 'multi-tag' selector?

**URL:** https://forum.kirupa.com/t/how-to-reference-a-multi-tag-selector/299250
**Category:** Uncategorized
**Created:** [November 2, 2009, 5:49am UTC](https://forum.kirupa.com/t/how-to-reference-a-multi-tag-selector/299250 "2009-11-02T05:49:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![halcyon\_systems](https://avatars.discourse-cdn.com/v4/letter/h/aeb1de/32.png) [@halcyon\_systems](https://forum.kirupa.com/u/halcyon_systems)
#### Post date: [November 2, 2009, 5:49am UTC](https://forum.kirupa.com/t/how-to-reference-a-multi-tag-selector/299250/1 "2009-11-02T05:49:19Z")

</div>

Hello,  
I am attempting to style a menu and am running into a bit of a problem with the selectors used to identify the element.

For example, the template lists out a class statement, and it reads as follows:

```auto
<li class="level1 item1 first">

```

My issue is, how is this styled using one of the stylesheets?

There is a \<DIV\> that encloses the \<LI\> tag that has an ‘id’ reference, but I don’t know the selector to reference the \<LI\> tag.

Thoughts?
