HTML Questions:
Q. What is HTML, and what is it used for?
A. HTML stands for Hyper Text Markup Language and is used to code/create websites.
Q. Give 5 examples of html tags, how are they formated.
A.
<*img src="http://www.blogger.com/images/myphoto.jpg" />
<*tr width="640">
<*img alt="Blah blah blah" src="http://www.blogger.com/images/picturesandetc.jpg" border="0" />
<*p>Text here.<*/p>
<*title>titlehere <*/title>
Q. Give an example of how tags are opened and closed.
A. <*title>titletitletitle<*/title>
Q. Describe parent and child elements.
A. Parent elements contain other elements. Child Elements are contained within the parent elements.