Learnem Educational
May 18, 2012, 01:06:40 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: For Tutors : Exercices 1 -2 -3 answer.  (Read 1181 times)
Anonymous
Guest
« on: September 05, 2002, 11:43:43 AM »

Dear Tutors,

Thank you for the Lesson1 you sent to me .
I intend to becom a paid student , but now I am enjoying as free student .

Here is the answer of the Exercuces 1 -2 -3 :

Exercice 1.

Question :Write your web page code with image1.gif as its background
picture.

Answer :
<HTML>
<HEAD>
<TITLE>
NEWS
</TITLE>
</HEAD>
<BODY BACKGROUND="image1.gif">
NEWS FROM MADAGASCAR
POLITIC AND ECONOMIC CRISIS HAD STOPED
MANY TERRORISTS ARE ARRESTED
</BODY>
</HTML>

<Exercise 2:

Question :
Write above code with a blue color instead of image as
its background.

<HTML>
<HEAD>
<TITLE>
NEWS
</TITLE>
</HEAD>
<BODY BGCOLOR="#0000FF">
NEWS FROM MADAGASCAR
POLITIC AND ECONOMIC CRISIS HAD STOPED
MANY TERRORISTS ARE ARRESTED
</BODY>
</HTML>
<HTML>

Exercise 3:

Question :

List tags you learned in this lesson with a small
description.
Answer :

<HTML> : marks start of a html page

<HEAD> : marks the biginning of the header

<TITLE> : marks the biginning of the title

</TITLE> : marks the end of the title

</HEAD> : marks the end of the header

<BODY> / marks the biginnig of the page body

</BODY> : marks the end of the page body

</HTML> : marks end of a html page

 Regars ,

 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!