Monday, January 25, 2010

HTML Q & A

1. HTML stands for Hypertext markup language, it is the most widely used language that is used to add additional information to a document that gives it additional meaning about a documents structure and formatting.

2. Five examples of HTML tags: "title", "html" , "p","body" , "h1"

You can format these tags by rendering them in a browser.

3. Opening tags open with a "<" angle bracket, and close with a ">" angle bracket
Closing tags open with a "<" angle bracket followed by "/" forward slash and a ">" angle bracket

4. If an element contains other elements, it is thought of as the parent of the enclosed child elements. Any elements contained in the child element, are considered descendants of the outer parent elements

No comments:

Post a Comment