Monday, January 25, 2010

What I did today... again.

Worked more on the ground zero image, this time in photoshop. It was getting comments calling it "cartoony" and I agreed, so I decided to make it more realistic. I'm not going to make the image move like originally intended, but I still want to add MarQuan in via greenscreen.





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.

Ignore all "*"s.

No comments:

Post a Comment