Using SBI test 1 Answers
1) You should see something like this:
before copy

after copy

2) The text.txt should contain the following text.
<H2 align=center>Test of copying from an HTML page</H2>
<P>The text here appears in the main body of the page.<BR>This is
line 2
<BR>This is line 3 </P>
|
3)The closing h2 tag
(purple) was missing.
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Trellian WebPAGE">
<TITLE>Enter Page Title Here</TITLE>
</HEAD>
<BODY>
<H2 align=center>Test of copying from an HTML page</h2>
<P>The text here appears in the main body of the page.<BR>This is
line 2
<BR>This is line 3 </P>
</BODY>
</HTML> |
|