Learnem Educational
May 18, 2012, 01:16:45 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: Lesson4 - Homeworks1-2-3-4-5  (Read 1585 times)
Anonymous
Guest
« on: September 16, 2002, 02:42:07 PM »

Hello Tutor,
 
Thank you for the Lesson 4 you sent me .
Here are the Homeworks :
 
Lesson4 - Homework1
 
Question :
 
Create a page with a link in it that points to yahoo
site. Center the link in screen center. Use what you
learned about paragraphs in previous lesson
 
Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson4 - Homework1</TITLE>
</HEAD>
<BODY>
<A HREF="http://www.Yahoo.com">
<P ALIGN="CENTER">Click here to visit Yahoo Website</P>
</A>
</BODY>
</HTML>
 
Lesson4 - Homework2
 
Question :
 
Change above example to use an image as a link that points
to yahoo site. Remove blue border around the picture.
 
Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson4 - Homework2</TITLE>
</HEAD>
<BODY>
<BR><BR>Click on picture below to visit Yahoo Website<BR><BR>
<A HREF="http://www.yahoo.com">
<IMG SRC="Christmas Trees.gif" border=0>
</A>
</BODY>
</HTML>
 
Lesson4 - Homework3
 
Question :
 
Insert both of the exercises above in a single page and
separate text link from image link by a solid green line with
50% of the screen width.


Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson4 - Homework3</TITLE>
</HEAD>
<BODY>
<A HREF="http://www.Yahoo.com">
<P ALIGN="CENTER">Click here to visit Yahoo Website</P>
</A>
</BODY>
</HTML>
<HR ALIGN="CENTER" SIZE="5" Width="50%" color="#00ff00">
<HTML>
<HEAD>
<TITLE>Lesson4 - Homework3</TITLE>
</HEAD>
<BODY>
<P ALIGN="CENTER"><BR><BR>Click picture below to visit Yahoo Website<BR><BR>
<A HREF="http://www.yahoo.com">
<IMG SRC="Christmas Trees.gif" border=0>
</A>
</P>
</BODY>
</HTML>
 
Lesson4 - Homework4
 
Question :
 
Create a complete contact page (html code) for yourself.
People visiting this page must be able to send you comments
about your homepage.


Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson4 - Homework4</TITLE>
</HEAD>
<BODY>
Click on below link to send comments about my website<BR>
<A AREF="mailto:sirama@malagasy.com">
Email Me</A>
</BODY>
</HTML>
 
Lesson4 - Homework5
 
Question :
Create a complete web page that contains a numbered list
of courses you are interested to find on the internet
 
Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson4 - Homework5</TITLE>
<HEAD>
<BODY>
I would like to find on the Internet the following courses :<BR>
<OL>
 <LI>Web Design Course
 <LI>ASP Programming Course
 <LI>Java Programming Course
 <LI>Visual Basic Programming Course
 <LI>Website Marketing Course
 <LI>Installing and Maintainance PC Course
</OL>
</BODY>
</HTML>
 
   I would like to register and make payment of course fee, but I cannot open the site :http://www.learnem.com/pay2.html for Informations .
 
Please provide me  by e-mail with some advices and informations on how to pay and the amount of fee.
 
I have not a bank account .Is it possible to send money by  WESTERN UNION  or by POST OFFICE ?
 
Regards,
 
Maurice
« Last Edit: January 01, 1970, 12:00:00 AM by Anonymous » Logged
Anonymous
Guest
« Reply #1 on: September 25, 2002, 06:48:42 PM »

:D I needed to post something on here for a class...thanks!
« 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!