Tuesday, February 16, 2010

Homework 3

1. Define:
  • www- World Wide Web, beginning code for a web address or URL.
  • HTML- Hyper Text Markup Language, the coding used to create a web page.
  • P- defines a paragraph through the use of a tag
  • A- defines an anchor in HTML code
  • Br- defines a break in code, usually line break
  • A href- is the tag used to create a hyperlink in code, anchor+ href specifies the location or URL.
  • H1 to H6- these are heading titles or classification, they determine heading type size with H1 being the largest.
  • Body- defines the documents body
  • B- defines bold text
  • I- defines italicized text
  • Bgcolor- defines the background color for the webpage
  • Img src- defines an image within a web page, src is the URL or location of the image.
2. Writing code for a simple website only needs to have a couple of tags for it to work. A page needs to have a HTML tag, a BODY tag, and then the end tags for these to have the basic structure of a webpage.

3. 5 locations for learning HTML.
  • http://www.w3schools.com/html/
  • http://www.learnhtmlonline.com/
  • http://www.html.net/
  • http://www.programmingtutorials.com/html.aspx
  • http://www.htmlcodetutorial.com/