http://fishcaro.crosswinds.net/day_46_XHTML_tutorial.htm
<FONT>
tag?<U>
tag?<CENTER>
tag?<SPAN>
and <DIV>
tags?<S>
or <STRIKE>
tags?<I><B>bold italicized text</I></B>
<BR>
a valid XHTML tag? How about <Br>
? Why or why not?<BR>
) be "closed"? If so, how is this done? HREF
a valid attribute name for the anchor tag in HTML?
How about Href
? Why or why not? <hr width=50>
valid XHTML code? Why or why not?>
" but
others end in " />
"? <BREAK>
is a standalone tag that can be written with
a minimized attribute in HTML as <BREAK SHORT>
. Then, how would
it have to be written in XHTML? <IMG SRC="pic1.gif" NAME="cat">
so that it
is correct XHTML, and will also work correctly with older browsers.
<P><CENTER>copyright 2000 Carol J.V. Fisher, All Rights Reserved</CENTER>
<BR><BR>
<TABLE BORDER=0 CELLPADDING=5>
<TR VALIGN=top>
<TD>
<H2>HTML LESSONS:</H2>
1. <A href="day_1_introduction.htm">INTRODUCTION TO THE INTERNET</A>
<BR>
<A HREF="day_1_introduction_nse.htm">no special effect</A>
<BR>
<title>
tag mandatory in HTML?
In XHTML? <!DOCTYPE ...>
statement
go?
<HTML>
<BODY>
<H1>My first test of XHTML!!!</H1>
<BR>
(put your name here)
</BODY>
</HTML>
"I was not able to extract a character encoding labeling from any
of the valid sources for such information.
Without encoding information it is impossible to validate the document."
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />