WACycle Yr1 2020

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

1

Activity 1, you may also need to use word processing software.

1
1

2
3
(a) Align center helps adjust the image and adjusting the
width and height also helps adjust the webpage.

(b) More contact information.

4
Coding:

<html>

<head><title>Silver Sprite</title></head>
<body bgcolor=lightblue text=darkblue>

<table cellpadding=1 cellspacing=3 border=2 width=590


height=450>
<tr height=50 >
<td><h1>PMM Cycles tp.01632
960123</h1></td>
<td align=right><img src="D:\Ei
Kay\studies\IGCSE-1\ICT\LOGO.jpg" width=100
height=100></td>
</tr>
<tr height=400>
<td><a href ="D:\Ei Kay\studies\IGCSE-
1\ICT\NEWBICYCLE.html">Home page</a></td>
<td align=center>Name of new bicycle<br>
Silver Sprite<br>
Bicycle Type<br>
Mountain Chaser<br>
Description:<br>
Just added to our range of bicycles<br>
Adult mountain bicycle<br>
Suitable for all ages from 12 upwards<br>
Suitable for those who are more adventurous<br>
Perfect for riding over rough ground<br>
Excellent value at £11 per day<br>
Foldaway style – can be carried on trains and in boot of car
<img src="D:\Ei Kay\studies\IGCSE-1\ICT\SILVERSPRITE.png"
width=250 height=250></td>

5
</tr>

</table>
</body>

You might also like