HTML - Can't Understand This...
"Note: If an HTML file contains ten images - eleven files are required to display the page right. Loading images take time, so my best advice is: Use images carefully."
What does this mean ?what 11 files,for 10 images to display them right? and why 11 files? Similar TutorialsI am confused and i do not understand what the header attribute does with tables.Can anybody explain to me what is happening in this code why give the table headings and id because it does not look to me like it does anything <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>a acessible time table</title> </head> <body> <table border="1"> <tbody> <tr> <th></th> <th id="Saturday">Saturday</th> <th id="Sunday">Sunday</th> </tr> <tr> <th id="Morning">Morning</th> <td headers="Saturday Morning" abbr="Structure and markup">The structure of a document and how to markup text.</td> <td headers="Sunday Morning" abbr="Tables, forms and frames">Adding tables and forms to pages. Splitting pages up into windows called frames</td> </tr> <tr> <th id="Afternoon">Afternoon</th> <td headers="Saturday Afternoon" abbr="Links, color, images, objects">Linking between pages, and adding color images and objects to your pages.</td> <td headers="Sunday Afternoon" abbr="CSS">Using CSS to style your documents and make them look attractive.</td> </tr> </tbody> </table> </body> </html> Hi all, I bought a theme from themeforrest and I can't understand the instructions. The theme is he http://codehunk.eifh.net/insignio/ The instructions are he http://www.tristandavis.co.uk/documentation I am trying to turn the "quote" form info a simple message form but it won't validate when I remove the feilds that I don't want. Does this make sence to anyone? And if so does anyone know how to fix it. I am assured that the documentation is very clear, but its all greek to me. |