Re: What is XHTML? In HTML, the following code might display exactly as you intended:
<strong><em>Here’s some bold and italicized text</strong></em>
Although this might work, it’s not “good” code. And for the purposes of this article, not valid XHTML either. To complete your XHTML training, simply make sure your tags are properly nested:
<strong><em>Here’s a valid XHTML version of bold italicized code</em></strong>
__________________ With,
J. Jeyaseelan Everything Possible |