Search results

  1. A

    in PHP, is the USE command the same as NAMESPACE?

    I can't figure out what the difference between "use" and "namespace" is. I seem them both used for what seems like the same thing. Are they both used for defining a namespace? Is there a difference? Why would I use one instead of the other?
  2. A

    in PHP, is the USE command the same as NAMESPACE?

    I can't figure out what the difference between "use" and "namespace" is. I seem them both used for what seems like the same thing. Are they both used for defining a namespace? Is there a difference? Why would I use one instead of the other?
  3. A

    In HTML, should a list be inside a paragraph?

    When making a list, either ordered or unordered, in HTML, does it have to be within paragraph tags to be standards compliant? I know it'll work either way, but is one way more right than the other? Same question for header tags, like H3. Should a header be inside the paragraph tags, or separate?
  4. A

    In HTML, should a list be inside a paragraph?

    When making a list, either ordered or unordered, in HTML, does it have to be within paragraph tags to be standards compliant? I know it'll work either way, but is one way more right than the other? Same question for header tags, like H3. Should a header be inside the paragraph tags, or separate?
Back
Top