Hi in my project i have a html page which imports some js and css files.

in my html i have select tag. which is not surrounded aby any "div". but in the runtime when i see in firebug it is surrounded by a "div" which has some styles. comple dropdown is inside a "div". something like the following:

<div>
    <select>
      <option>happy</option>
   <select>
</div>

how this can be done and how to understand this?

Is this project part of a cms or blog framework?
Otherwise, it must be magic.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.