Learnem Educational
February 04, 2012, 01:03:23 PM *
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 Design Tutor  (Read 1188 times)
Anonymous
Guest
« on: September 13, 2002, 11:24:38 AM »

Hello Tutor,
 
I am enjoying to send you my homeworks :
 
Lesson3-Exercice 1
 
Question :
 
Use left, right and centered paragraphs and block quote
in a sample web page.

Answer :
 
<P ALIGN="LEFT">This text is on the left side.</P>
<P ALIGN="RIGHT">This text is on the right side.</P>
<P ALIGN="CENTER">This text is on the center.</P>
<BODY>
This is a <U>BLOCKQUOTE :</U><BR>
<BLOCKQUOTE>
If God were understood instead of being merely believed, this understanding would establish health.
</BLOCKQUOTE>
</BODY>
 
Lesson3-Exercice 2
 
Question :
 
Write a complete html page code with an image centered on
it with a border size of 10.

Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson3-Homework2</TITLE>
</HEAD>
<BODY BACKGROUND="Ivy.gif"><BR>
<P ALIGN="CENTER">
<U>This is an image centred on this html page:<U><BR>
<IMG SRC="book.gif" border=10>
</P>
</BODY>
</HTML>
 
Lesson3-Exercice 3
 
Question :
 
We have an image that its size is 100*200. We want the
image to be half the size it is on our page. Write a complete
web page that centers this image on it with a border size
of 5.


Answer :
 
<HTML>
<HEAD>
<TITLE>Lesson3-Homework3</TITLE>
</HEAD>
<BODY>
<P align="center">
<IMG SRC="book.gif" WIDTH=50 HEIGHT=100 BORDER=5><BR>
</P>
</BODY>
</HTML>

 
Lesson3-Exercice 4-a
 
Question :
 
Write a <IMG> tag that uses an image file located 2
directory levels upper than html file directory.

Answer :
 
<IMG SRC="83234671/personal/images/book.gif">
 
Lesson3-Exercice 4-b
 
Question :
Write a <IMG> tag that uses an image file located in
"image" directory located in one level upper than current  html file directory.

Answer :
 
<IMG SRC="personal/images/book.gif">
 
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!