Tuesday, February 16, 2010

Homework 3

Define:
www- World Wide Web
Html- Hypertext Markup Language
P- The tag used for an opening of a paragraph
A- A tag used to indicate the area that a link goes to
Br- The tag used indicate a line break
A href- Used to specify the destination of a link
H1 to H6- The size of a heading on the web page. H1 being the largest and H6 being the smallest
Body- The tag indicating the body of a web page
B- The tag for bolding text
I- the tag for italicizing text
Bgcolor- The tag used for inserting a background color
Img src- The tag used to add images to a web page

2. How do you write code for a simple website?
Writing code for a simple website only takes a few simple tags.  You need a tag to show where the website begins (HTML tag), a heading tag, a body tag, and then a tag to show were the website ends.

3. List 5 online resources for learing HTML code.
www.htmlcodetutorial.com
www.davesite.com/webstation/html/
www.2createawebsite.com
www.1stsitefree.com
www.quackit.com

No comments:

Post a Comment