Wednesday, March 2, 2011

HTML

basic page will have html tag at the start and end

<html>

<head>

general formating instructions: e.g. fonts, background colours,
css - cascading style sheets

</head>


<body>

content

</body>


</html>

No comments:

Post a Comment