|
World Wide What?
TEXT HYPERtext This text is <b>BOLD</b> Take a look at the HTML code below...
Exercise 1Try typing different <tags> around the word
Experimentbelow until you find 3 that work. Note: The first one is already done for you
Hints:
One or more ATTRIBUTES can also be set inside the begin tag <span style="color:red">Apple</span> The tag name is ...span The attribute name is ...style The attribute value is ...color:red Take a look at the HTML code below...
Exercise 2See if you can get the word RAINBOW to display in a large
font where each letter is a different color of the R
A
I
N
B
O
W.
Hints:
The anchor tag <a> uses the href attribute to link to other webpages <a href="http://google.com">Google</a> The tag name is ...a The attribute name is ...href The attribute value is ...http://google.com The image tag <img> uses the src attribute to show a picture <img src="mario.jpg" /> The tag name is ...img The attribute name is ...src The attribute value is ...mario.jpg Exercise 3Make a simple page about yourself with your name in large text at the
top.
Use at least 1 image <img> and 1 hyperlink <a> Hints:
|
||||
![]() |
|
![]() |
||
| HTML | Webpage |

