my homepage welcome to my homepage! spot the bug no closing title tag

15
<html> <head> <title>My Homepage </head> <body background="images/tiles.jpg"> <br> <font color=#aa3355> <font face="georgia,times new roman" size=6> <Center> Welcome to my Homepage! </font> </body> <html> SPOT THE BUG No closing title tag

Upload: melvin-horton

Post on 01-Jan-2016

235 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

<html>

<head><title>My Homepage

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

SPOT THE BUG

No closing title tag

Page 2: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"<br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

SPOT THE BUG Missing >

Page 3: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font colour=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

Colour should be spelt “color”

Page 4: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

<html>

</body> missing

Page 5: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

font face="georgia,times new roman" size=6 <Center>

Welcome to my Homepage!

</font>

</body>

<html>

No < > around the font face tag

Page 6: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

<font>

</body>

<html>

Missing / from font tag

Page 7: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg><br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

Missing ”

Page 8: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Centre>

Welcome to my Homepage!

</font>

</body>

<html>

Centre should be spelt Center

Page 9: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#zzuutt>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

You cannot have zzuutt as a colour code

Page 10: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG

<htlm>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

It’s html not htlm!

Page 11: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG2 errors

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face=georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

/body>

<html>

Page 12: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG2 errors

<html>

<head><title>My Homepage </title>

</head>

<body backround="images/tiles.jpg"><br><font color=#aa3355>

<fount face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

Page 13: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG2 errors

<html>

<head><title>My Homepage </title>

</head>

<body background="images/tiles.jimpeg"><br><font color=aa3355>

<font face="georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

Page 14: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

SPOT THE BUG2 errors

<html>

<head><title>My Homepage </title>

<head>

<body background="images/tiles.jpg"><br><font color=#aa3355>

<font face"georgia,times new roman" size=6> <Center>

Welcome to my Homepage!

</font>

</body>

<html>

Page 15: My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag

That’s all folks!