Tagged Questions
4
votes
4answers
1k views
What tag should I use instead of deprecated tag font in html (cannot use CSS)
this question can create a misunderstanding: I know I have to use CSS to validate successfully my document as XHTML 1.0 Transitional. The fact is that I have to embed in my webpage a picture composed ...
1
vote
4answers
131 views
Is this possible in XHTML: tags in a title-attribute?
I got following code in an XHTML-document and every browser saysit is malformed :(
<a class="tooltip"
title="Um nach einem <b>Datensatz zu suchen</b>, können Sie ...
-2
votes
1answer
62 views
XHTML Transitional 1.o Highlight single word within unordered ul tag
I have an unordered list and each item is a sentence. I would like to highlight a word or two within the sentence but the font color tag
<font color="CC9966">highlighted words </font>
...