BLOGGER TEMPLATES AND TWITTER BACKGROUNDS

Tuesday, February 16, 2010

hw3 (2-16-10)

1. Define:
  • www: World Wide Web
  • Html: Hyper Text Markup Language
  • P: Paragraph
  • A: Anchor
  • Br: Line Break
  • A href: Anchor Hypertext Reference, link destination
  • H1 to h6: Different Headers
  • Body: Body Copy, holds everything in the code that is actually displayed on the page
  • B: Bold
  • I: Italicize/Italics
  • Bgcolor: Background Color, background color of a page
  • Img src: Image Source, where the image is located


2. How do you write code for a simple website?
Use notepad or text edit and simple code commands to build a page. Save as an html and open it with a browser.

3. List 5 online resources for learning HTML code.
htmlcodetutorial.com, 2createawebsite.com, w3schools.com/html, htmlbasictutor.ca, htmlgoodies.com.