Learnem Educational
May 18, 2012, 01:11:05 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: To Web Tutor  (Read 1178 times)
Anonymous
Guest
« on: September 09, 2002, 09:49:28 AM »

Dear Tutor,

Thanks for the Lesson2 you have just sent to me .

Please see below my Homeworks on Lesson 2.

Question1 :

Write a html page that uses lines with these styles in
separate output lines:

italic and bold
italic and underlined
bold and underlined

Homework1 :

<HTML>
<HEAD>
<TITLE>Homework1, Lesson2</TITLE>
</HEAD>
<BODY>
<I><B>This text is ITALIC AND BOLD</B></I><br>
<I><U>This text is ITALIC AND UNDERLINED</U></I><br>
<B><U>This text is BOLD AND UNDERLINED</U></B><br>
</BODY>
</HTML>

Question2:

Make a web page with a banner text on it. Our banner is
made of characters in increasing sizes to banner's middle
and then decreasing size to its end. First character starts
with the size 1, middle character size is 7 and last character
size is 1 again. Banner text is "mylonglongname".

Homework2:

<HTML>
<HEAD>
<TITLE>Homework2, Lesson2</TITLE>
</HEAD>
<BODY>
<FONT SIZE =1>"mylong</FONT><FONT SIZE=7>long</FONT><FONT SIZE=1>name"</FONT>
</BODY>
</HTML>

Question3:

Write a html page with 9 separate lines in different
colors. State color of each line in its text.

Homework3 .

<HTML>
<HEAD>
<TITLE>Homewor3, Lesson 2</TITLE>
</HEAD>
<BODY>
<FONT COLOR="#00FF00">THIS TEXT IS IN GREEN COLOR</FONT><br>
<FONT COLOR="#0000FF">THIS TEXT IS IN BLUE CLEAR COLOR</FONT><br>
<FONT COLOR="#FFFF00">THIS TEXT IS IN YELLOW COLOR</FONT><br>
<FONT COLOR="#FF0000">THIS TEXT IS IN RED COLOR</FONT><br>
<FONT COLOR="#F0F0F0">THIS TEXT IS IN GREY COLOR</FONT><br>
<FONT COLOR="#80FF0F">THIS TEXT IS IN GREEN CLEAR COLOR</FONT><br>
<FONT COLOR="#00FFFF">THIS TEXT IS IN BLUE CLEAR COLOR</FONT><br>
<FONT COLOR="#000000">THIS TEXT IS IN BLACK DARK COLOR</FONT><br>
<FONT COLOR="#FF00FF">THIS TEXT IS IN PINK COLOR</FONT><br>
</BODY>
</HTML>

Regards,

Maurice
« Last Edit: January 01, 1970, 12:00:00 AM by Anonymous » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!