Re: Language labelling

<HTML LANG=".."> applies to the whole document.

Do we nest languages, such as
(1) ...
<DIV> ...(2).... 
<P LANG=".."> ... (3) ... <SPAN LANG="..">
...(4)...</SPAN> ... (5) .... 
<P> ... (6) ...
</DIV> ... (7) ...


What are the languages at each spot?
(1) <HTML> language
(2) <DIV> language
(3) <P> language
(4) <SPAN> language
(5) <P> language
(6) <DIV> language
(7) <HTML> language

Of course, <DIV>s can themselves be nested and there are 
tables, rows, cells, .... ad naseum.

Received on Sunday, 23 February 1997 03:02:31 UTC