I'm a complete novice trying to write some xhtml 1.0 transitional script, so I apologize for asking such a simple-minded question.
When trying to validate my page on w3c markup validator, I'm running into a error when making an unordered list. The script listed below passes validation - but I want it to display in the following font:
My question is where do I add this? Do I have to add the element to each and every line? Or is there a way to just specify the font style once for the entire list? I am opting for the latter, but that is where I am running into trouble in the markup validator.
Thank you for your help!
Red
Unordered List:
- Division I
- Mr. A, 3 dan, 4-0
- Mr. B, 3 dan
- Division II
- Mr. A, 3 dan, 4-0
- Mr. B, 3 dan
- Division III
- Mr. A, 3 dan, 4-0
- Mr. B, 3 dan
2007-01-22
09:10:01
·
2 answers
·
asked by
red_iguana27
2
in
Computers & Internet
➔ Programming & Design