English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am creating a Web site in HTML and would like to use symbols in the title. Are symbols accepeted by W3C in the command line? </p> <p> <small> <a href="/en/2007-03-21">2007-03-21</a> <span>04:19:43</span> · <span>2 answers</span> · asked by <u>PST</u> <b>1</b> in <span><a href="/en/category/computers-and-internet">Computers & Internet</a></span> <span> ➔ </span> <span><a href="/en/category/computers-and-internet/programming-and-design">Programming & Design</a></span> </small> </p> </div> </div> <h3 style="background:#fff;border-bottom:3px solid green;">2 answers</h3> <div style='margin:6px 0px;'> <div id="answer20070321045258" class='answer answer_best' > <!-- <b>Answer #1</b> --> <p class='answer-content' lang="en"> I see no reason why any character within the declared character set should not be used in the document title.<br /> <br /> i.e. If you declare a document to be ISO-8859-1 (with either a meta tag, or ideally the Content-Type response header), then any printable character in that characters set is valid in any text node, which includes the title tag. Obviously the ascii characters "<", ">", and "&", need to be encoded as HTML entities. <br /> <br /> If for some odd reason you are designing for a particular client that only supports 7 bit ASCII then obviously you can't use any extended or multibyte characters anywhere, but most modern browsers support a wide range of character sets. </p> <p> <small> 2007-03-21 04:52:58 · <a href="#answer20070321045258">answer #1</a> · <span>answered by <u>Fabian</u> <b>2</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070321114041" class='answer' > <!-- <b>Answer #2</b> --> <p class='answer-content' lang="en"> The Host Resolver or DNS thingy would not be able to parse that information correctly.<br /> #s and Le┬┬ers from a standard keyboard/? That is machine language, so it could be used, but most server farms would nix it on the fly or drop it. </p> <p> <small> 2007-03-21 11:40:41 · <a href="#answer20070321114041">answer #2</a> · <span>answered by <u>Anonymous</u></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> </div> </article> </section> <div style="background:#888;padding:8px;margin-top:16px;"> fedest.com, questions and answers </div> </body> </html>