Chronology Current Month Current Thread Current Date
[Year List] [Month List (current year)] [Date Index] [Thread Index] [Thread Prev] [Thread Next] [Date Prev] [Date Next]

Re: AN HTML BUG?



Just as a side note, since there are several on this list who are
familiar with HTML coding, etc. Can anyone recommend a useful (for
physics teachers) HTML editor. I currently use Composer and Word, but
both are difficult to use to produce good output text.
James Mackey

John S. Denker wrote:

Ludwik Kowalski wrote:

FOR SOME REASON THE </B> TAG IN LINE 5 IS OBEYED
(THE STYLE IS NO LONGER BOLD) IN THE FIRST
DOCUMENT BUT NOT OBEYED IN THE SECOND (THE
STYLE CONTINUES TO BE BOLD AFTER LINE 5).


The problem is that one version is missing a </h3>
tag. The text is bold not because of the <b> directive;
it would have been bold anyway because of the <h3> directive.

ALSO .... check out
http://validator.w3.org/
which is a free on-line HTML validation service.