any idea how to debug HTML?

liunx

Guest
am totally new to HTML (been learning for about 3 hours!) and i'm learning it for an application for a job I really want... <br />
<br />
i've gone through a basic course (Primers) so I can write and manipulate text etc etc... but the interview requires me to "undertake a debugging excercise on a test HTML page"!! <br />
<br />
there's nothing mentioned about this in the material I have, and i can't find any useful help on the internet. it's either really technical (ie above my head!) or password protected! <br />
<br />
does anyone have any good resources I can use to learn this (by monday!) or could you help? what kind of thing will it be - will it be as simple as looking at the source page to see where the tags are wrong? or is it something altogether more scary?!<br />
<br />
hope some genius can help me!!! <br />
<br />
thanks a mil, <br />
:D<!--content-->It's probably referring to looking at the source code. You'll be looking for stuff like unclosed tags, font tags (deprecated) and stuff like that. Unless it's really basic you'll be hard pushed to learn it by monday, but try one of the links below to check up on your html.<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlhelp.org/tools/validator/">http://www.htmlhelp.org/tools/validator/</a><!-- m --><br />
<br />
There is another good one here:<br />
<br />
<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m --><br />
<br />
but you can use the first link by copying and pasting your html in.<br />
<br />
<br />
They're validators, and will tell you exactly what's wrong with your html. Basically an automatic debugger.<br />
<br />
If you want to check your html knowledge, go to <!-- w --><a class="postlink" href="http://www.w3schools.com">www.w3schools.com</a><!-- w --> - they have tests and everything to help you prepare.<br />
<br />
GOOD LUCK!!!<!--content-->that's excellent help, thanks so much! <br />
<br />
am off to visit those sites now and then commit the Tags lessons to memory....<br />
<br />
:D <br />
<br />
thanks again!<!--content-->I've just noticed this page<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlhelp.org/tools/validator/problems.html">http://www.htmlhelp.org/tools/validator/problems.html</a><!-- m --><br />
<br />
There's a few good ones to look out for! lol<br />
<br />
Good Luck again!!<!--content-->can hardly believe it, but they offered me the job....! or at least they will as soon as my references check out!!!!<br />
<br />
so must have passed the test.. was just looking at the code and findin the errors - which I must have managed!!!<br />
<br />
thanks for yr help!<!--content-->Congratulations! You must have worked hard lol!!! :D<!--content-->
 
Back
Top