Recent content by Green Queen

  1. G

    Songs an alto-tenor female could sing?

    I believe I can go as high as D (?) and pretty low. I'd like a song not from a musical, something that's just a song on its own. Maybe a pop song if it's one I could sing. Keep in mind I'm a 14 year old girl. It may or may not be used for an audition. Thank you.
  2. G

    Does anyone know of a PHP based shopping cart that allows end users to create their

    own seller accounts? Users would sell their used items. So far I can find great shopping carts for a single vendor, but I want end user accounts to be able to list their stuff for sale. The user would pay a listing fee for the service. I need to be able to populate the items from a drop down...
  3. G

    Which one: HTML or CSS?

    Both. The tag DIV is HTML. The variable id identifies the tag so that the browser knows what to apply the CSS to, which is in the next variable "style". You have put the CSS in the tag itself. It is more efficient to put the CSS in it's own file and refer to the DIV tag there. So inside...
Back
Top