<B>text goes here</B> | = | text goes here |
<I>text goes here</I> | = | text goes here |
<U>text goes here</U> | = | text goes here |
<FONT FACE="arial" COLOR="red" SIZE="+1">text goes here</FONT> | = | text goes here |
<UL>
<LI>text 1 goes here</LI>
<LI>text 2 goes here</LI>
</UL>
|
= |
- text 1 goes here
- text 2 goes here
|
<OL>
<LI>text 1 goes here</LI>
<LI>text 2 goes here</LI>
</OL>
|
= |
- text 1 goes here
- text 2 goes here
|
<OL>
<LI TYPE="a">text 1 goes here</LI>
<LI TYPE="a">text 2 goes here</LI>
</OL>
|
= |
- text 1 goes here
- text 2 goes here
|
<OL>
<LI TYPE="i">text 1 goes here</LI>
<LI TYPE="i">text 2 goes here</LI>
</OL>
|
= |
- text 1 goes here
- text 2 goes here
|
<OL>
<LI TYPE="I">text 1 goes here</LI>
<LI TYPE="I">text 2 goes here</LI>
</OL>
|
= |
- text 1 goes here
- text 2 goes here
|
<A HREF="http://wwww.yahoo.com">www.yahoo.com</A>
|
= |
www.yahoo.com
|
hello<BR>hello
|
= |
hello hello
|
Q | Questioner: Who is likely to ask the question? |
U | Understanding: in what circumstance might the question be asked? |
E | Explanation: An in-depth answer to the question |
S | Sources: Resources to find out more information about the topic |
T | Thoughts: Some related, extension questions for you to think about |
is coded as
<TABLE CELLPADDING="1" CELLSPACING="0" BORDER="0"><BR>
<TR VALIGN=TOP><TD>Q</TD><TD> Questioner: Who is likely to ask the question?</TD></TR>
<TR VALIGN=TOP><TD>U</TD><TD> Understanding: in what circumstance might the question be asked?</TD></TR>
<TR VALIGN=TOP><TD>E</TD><TD> Explanation: An in-depth answer to the question</TD></TR>
<TR VALIGN=TOP><TD>S</TD><TD> Sources: Resources to find out more information about the topic</TD></TR>
<TR VALIGN=TOP><TD>T</TD><TD> Thoughts: Some related, extension questions for you to think about</TD></TR>
</TABLE>
Note: You first create a row with the TR tag, then you creace a cell with the td tag
Also, in order to format a piece of text in a table, you need to apply the font tag in each and every cell.
To give it a border, set the border = 1 in the table tag.
|