25 January 2010

♥ HTML ♥

What is HTML and what is it used for?

☺ HTML is: → Hypertext Markup Language and its most widely used language on the Web.


Give 5 examples of html tags, how are they formated?

♫ Formated: → When you add markup to a Web document, you are adding information to the document that gives additional meaning about a document's structure and formatting, for example, indicating the document's title, lists, tables, paragraphs, formatting style, alignment, etc.

5 examples: → In the HTML code, the "My First HTML page" text has been marked up by various tags. The file starts with the tag, indicating the beginning of an HTML file, and ends with the tag, indicating the end of the HTML page.


Give and example of how tags are opened and closed.

☻All elements start with an opening tag (or start tag) and end with a closing tag (or end tag), for example, the <> element. < (THATS OPEN), > (THATS CLOSE)

Describe parent and child elements.

♦ If an element contains other elements, it is considered to be the parent of the enclosed child element(s). Any elements contained in the child element are considered to be the descendants of the outer, parent element.

No comments:

Post a Comment