Understanding the internet.

My favorite animals.

My favorite animal is the sloth (seen below). Probably because I'm lazy.

An image of a three-toed sloth.

I also like dogs. In particular, I've always enjoyed the german shorthaired pointer breed (seen below).

A magnificent image of a german shorthair pointer dog.

My last favorite animal would have to be the condor (seen below) as it's one of the largest flying birds and I think it would be cool to be able to fly.

An image of a condor.

Time spent procrastinating..

The time I spent procrastinating this assignment can be seen below.
Wednesday Thursday Friday Saturday Sunday Monday Tuesday Wednesday
Hours 24 24 24 24 24 24 24 21

Q and A

  • Which elements are block elements and which elements are inline? How do you know?
    • HTML, Head, Body, H1, H2, ul, and all the paragraphs are block style elements as can be seen in the Elements>Styles tab. IMG and BR are some of the inline element that are present.
  • What is the default margin of the body element?
    • 8px.
  • What are the default font-size and font-weight of the h1 element?
    • The default size and weight are 2em and bold respectively.
  • How long does it take to load your page?
    • 30ms
  • How can you view the response status of the requested resources (e.g. images in this case)?
    • Under Network > select an image and the status tab will be available.
  • How can you view the response status of the requested resources (e.g. style.css in this case)?
    • Under Network > select the style.css page and the status tab will be available.