TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: HTML From:Michele Davis <mdavis -at- bitstream -dot- net> To:TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com> Date:Fri, 02 Jun 2000 11:28:18 -0500
thank you. most helpful answer. i had already been to w3, but it didn't seem like
lang and dir had anything to do with the HR command, so I was confused. my
technical editor wanted them added to my HTML Bible 4.0 chapter that I wrote. i
guess i wasn't specific enough.
michele
John Yunker wrote:
> Michele --
>
> go to www.w3.org. They'll have the info you'll need.
>
> "lang" refers to the language of the text. For example, if your web page
> was in French, you would add at the beginning: <HTML lang="fr">. Basically,
> it instructs the target browser to apply French rules to the text. It can
> also be used for specific text blocks as needed. But it shouldn't be
> confused with the META charset tag.
>
> "dir" refers to text directionality. This becomes an issue with Arabic and
> Hebrew as they display from right to left. I can point you in the right
> direction if you want to see it in action.