How does HTML differ from XHTML ?
XHTML has a small number of differences. The most noticeable being the requirement for elements to be lowercase (e.g.
and not
) and elements to be closed (e.g. paragraphs must end with a
).and not
) and elements to be closed (e.g. paragraphs must end with a
).