Vad är en dator?

Here comes part of the code for the beginning of the previous page:

TO ACHIEVE THIS...

THIS INSTRUCTION IS USED

WITH THIS RESULT

colour the basic text brown

<TEXT="#6666000">

brown basic text

specify a light yellow background colour

<BGCOLOR="#FFFFCC">

specify the 'address' of a background pattern in a folder called 'images'

<background="../images/backgrnd.jpg">

as in these pages...

specify the 'address' of a picture
(IMG = image)

<IMG SRC="../images/banner.jpg">

specify the size and placing of a picture

<WIDTH=150 HEIGHT=32 ALIGN=bottom>

places text in the middle of a page or cell

<CENTER>

<- here ->

specify the beginning and end of bold style
(B = bold)

<B>What does HTML code look like?</B>

What does HTML code look like?<

specify an animation

<IMG SRC="../images/macmade.gif">

HOW DOES IT WORK?


MAIN PAGE