Information architecture – HTML
03/04/2009.
HTML was alot easier then I imagined. It basically is just about copying and pasting the text into dreamweaver. However I have noticed that Dreamweaver does have the potential to make things messy. I have used my own tagging as dreamweave keeped inserting this weird tag in there. It didnt do anything but still made it look a bit messy. Plus its better to learn what all the tags mean. One thing I learnt was to make sure all the markup is in lower case. I also learnt the basic document structure.
<html>
<head>
<title>
</head>
<body>
web page content
</body>
</html>