Monday 21 September 2009

what is html??

An html helps you get data e.g a picture using http coding and tag codes you can also create hyperlinks or text
HTML stands for Hyper Text Markup Language
HTML tags are surrounded by brackets <>
An HTML element is everything from the start tag to the end tag
(tables are defined with the
tag)

*elements -an element uses tags
*tags
*formatting - this helps you with the presentation like textcolour or size tag examples
*attributes
*links - takes you from one page to another
*frames
*tables
examples of coding:
< style="background-color:yellow">A B C D

< style="background-color:mediumvioletred ;">
<>
First name:
< type="text" name="firstname">
<>
Last name:
< type="text" name="lastname">
< /form>
<>
i like cake
< type="checkbox" name="vehicle" value="Bike">
<>
i only like green skittles
< type="checkbox" name="vehicle" value="Car">
:)
< type="checkbox" name="vehicle" value="Airplane">
< /form>
< /html>

No comments:

Post a Comment