I'm just getting started publishing a web page, and am just starting out learning HTML.
I've been trying to get my web page to validate for HTML 4.01 Transitional, using the W3C validator, but there are a couple of errors that I can't figure out. I'm pretty sure I'm missing something silly.
If someone html-savvy would be willing to check out my page and tell me why the following two errors keep showing up in the validator, I would be very grateful (and I'm pretty sure my page would validate!).
1. "Line 6, column 68: character data is not allowed here
...ontent-type" content="text/html; charset=utf-8" />"
(I really can't figure this one out. It's right at the beginning of the header of my document.)
2. "Line 63, column 3: end tag for element "P" which is not open (explain...).
</p>"
(I've looked at the code many times, and I can't see why this error is showing up (repeatedly--for each entry of the weblog). I really think my elements are nested correctly!)
Anyway, it would be great if someone could point out where I'm going wrong here. I'd also appreciate any other feedback on the site. The layout's a bit sparse, and I'm not quite happy with it yet, so I'd appreciate any advice from design-savvy Macrumors members.
Thanks,
John
I've been trying to get my web page to validate for HTML 4.01 Transitional, using the W3C validator, but there are a couple of errors that I can't figure out. I'm pretty sure I'm missing something silly.
If someone html-savvy would be willing to check out my page and tell me why the following two errors keep showing up in the validator, I would be very grateful (and I'm pretty sure my page would validate!).
1. "Line 6, column 68: character data is not allowed here
...ontent-type" content="text/html; charset=utf-8" />"
(I really can't figure this one out. It's right at the beginning of the header of my document.)
2. "Line 63, column 3: end tag for element "P" which is not open (explain...).
</p>"
(I've looked at the code many times, and I can't see why this error is showing up (repeatedly--for each entry of the weblog). I really think my elements are nested correctly!)
Anyway, it would be great if someone could point out where I'm going wrong here. I'd also appreciate any other feedback on the site. The layout's a bit sparse, and I'm not quite happy with it yet, so I'd appreciate any advice from design-savvy Macrumors members.
Thanks,
John