Web Analytics Made Easy -
StatCounter My way to LEARN HTML/CSS - CodingForum

Announcement

Collapse
No announcement yet.

My way to LEARN HTML/CSS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • My way to LEARN HTML/CSS

    Geoffrey Sneddon

  • #2
    "You are an embarrasment to nature"
    - Ice Age
    Vladdy | KL
    "Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

    Comment


    • #3
      Is it a joke?

      Comment


      • #4
        Originally posted by Nightfire
        Is it a joke?
        yes, but it has its reasons for being useful.
        Geoffrey Sneddon

        Comment


        • #5
          Pardon me for being dense, but...

          Huh...???

          Comment


          • #6
            Originally posted by Error 404
            yes, but it has its reasons for being useful.
            No offense but maybe this applies?
            OracleGuy

            Comment


            • #7
              well, I can see you have good intentions, and I can also see where it would help people who know NOTHING about html understand how it's structured. It's not a great tutorial to bring up in a coding forum, though

              Anyway, just a reminder for the rest...
              Posting Guidelines
              # 1.1) Always be respectful and polite when posting- There is absolutely no excuse to be rude, confrontational, or hostile when posting on codingforum.net. This is a place where web programmers come together to solve problems, not create them.
              Come on, guys, we're supposed to be offering helpful criticism...

              -Rich
              drums | web

              Comment


              • #8
                Originally posted by rmedek
                well, I can see you have good intentions, and I can also see where it would help people who know NOTHING about html understand how it's structured. It's not a great tutorial to bring up in a coding forum, though

                Anyway, just a reminder for the rest...
                Come on, guys, we're supposed to be offering helpful criticism...

                -Rich
                I must say that the other posts have been helpful, telling be start it all over again.
                Geoffrey Sneddon

                Comment


                • #9
                  Ok, for help, you have css which is far too bloated. Add everything into the same tag which is needed, it's just teaching ppl to create a new style for each tag about 10 billion times.

                  doctype should be above the <html> tag

                  no charset defined,

                  wrong tags for html4 (ie using xhtml tags instead)

                  no quotes around some attribute

                  Comment


                  • #10
                    Originally posted by Nightfire
                    wrong tags for html4 (ie using xhtml tags instead)
                    What tags?
                    Geoffrey Sneddon

                    Comment


                    • #11
                      <link rel="stylesheet" type="text/css" href="style.css" />

                      For html it is just

                      <link rel="stylesheet" type="text/css" href="style.css" >

                      No backslash


                      Should look at the validator to help

                      W3C's easy-to-use markup validation service, based on SGML and XML parsers.

                      Comment


                      • #12
                        Originally posted by Nightfire
                        <link rel="stylesheet" type="text/css" href="style.css" />

                        For html it is just

                        <link rel="stylesheet" type="text/css" href="style.css" >

                        No backslash


                        Should look at the validator to help

                        http://validator.w3.org
                        Thanks
                        Geoffrey Sneddon

                        Comment


                        • #13
                          Helpful Criticism: Centered text which takes up the entire screen is the single worst way to display it. I find it almost impossible to read through your content at my normal pace.
                          Also, if you're going to collect all your favourite resources to share with others, make it a little less default

                          I take no responsibility for the above nonsense.


                          Left Justified

                          Comment

                          Working...
                          X