Jump to content

GOO

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by GOO

  1. GOO

    what is <div>?

    Ok!now i know!thanks
  2. Wow!!!It Works!!!Thanks!!!!I think i know the difference now
  3. GOO

    what is <div>?

    So, that means,if i wrote a <div>, it should contain <p>.And in the <p>, it should contain <span>, right?Like this:<html><head></head><body><div style="color:#488e5e"><p>Some text here. Some text here. Some text here.</p><p>Some text here. Some text here. Some text here.</p><p>Some text here. <span style="color:#2232ed">Some text here.</span> Some text here.</p></div></body></html>
  4. Hi!There is another problem occur!I put an alternate text for my image.In IE, the alternate text is displayed.But in Firefox, there is no alternate text displayed.Why?Hope you guys can help me.Thanks!
  5. GOO

    what is <div>?

    Oh my god!What is block level?i've never heard of them.and also, although i always heard about inline, but what is inline?
  6. GOO

    what is <div>?

    Somehow I find it weird when i use <div> and <span> to write these:<div> type:<html><body><p><div style="color:#ff0000;">Here it is!</div></p></body></html><span> type:<html><body><p><span style="color:#ff0000;">Here It is!</span></p></body></html>There is no difference!!!Why?What is the difference?Or what is the use of those?
  7. GOO

    Problem With List

    Well,It WORKS!!!Thanks guys!!!That really helped me a lot!!!
  8. GOO

    what is <div>?

    what is <div>?and i couldn't find where to learn it
  9. GOO

    Problem With List

    Well, it won't work.and it become like this: aaakkkinstead of: aaa kkk
  10. If we type:<ul><li>aaa</li><li>kkk</li></ul>we will get a vertical list right?Then,what we can do to get a horizontal list?
×
×
  • Create New...