Wednesday, 19 September 2012

Learning about Web Design

Today we started learning the basics of HTML and CSS to begin the start of making my own web page.

HTML stands for Hyper Text Markup Language.
CSS stands for Cascading Style Sheets.

<head></head> is for headers
<p></p> is for paragraphing
<title></title> is for titles
<body></body> the content of the webpage
<!doctype html> this shows the document type

No comments:

Post a Comment