Learnem Educational
May 18, 2012, 01:06:40 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Learnem Educational
>
Free Ebooks Discussion
>
Web Design in 7 days (Free ebook)
>
For Tutors : Exercices 1 -2 -3 answer.
Pages: [
1
]
« previous
next »
Print
Author
Topic: For Tutors : Exercices 1 -2 -3 answer. (Read 1181 times)
Anonymous
Guest
For Tutors : Exercices 1 -2 -3 answer.
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Free Ebooks Discussion
-----------------------------
=> Web Design in 7 days (Free ebook)
=> Programming in C in 7 Days (Free Ebook)
=> ASP Web Programming in 7 days
Loading...