Monday, February 7, 2011

Week 1ne

Well well.
What a way to start a new course...30 minutes late to class. Sigh
What can I say... I thought I was at a computer science class. There was a lot of talk about tags & elements - the lecturer (Dwight Shepherd) was speaking another language and i was just lost. Seriously for real, I was expecting to at least understand a little but unfortunately I was utterly confused. It took me about 10 minutes before the info started to soak in. We were "untangling the web".  Getting introduced to the web from a new perspective... not as someone who is surfing the web, but understanding the construct and structure of what makes a web page come alive. To begin writing a page I would first need to get certain tools and firebug for firefox was the answer. After about 20 minutes or so, I kinda created my first web page...not that it was any good. The class ended and this is what i now know.

The basic construct of a page:
<html>
<head>
<title><title>
</head>
<body>
<p>
</p>
</body>
</html>

No comments:

Post a Comment