My Favorite Things

My Favorite Things

This is a demonstration of HTML and CSS features. Some things are important, others are interesting, and all of them are marked up correctly. Here is something with inline style.

“We are what we repeatedly do. Excellence, then, is not an act, but a habit.” – Aristotle

Favorite Foods

Things I Want to Learn

Top 3 Hobbies

  1. Drawing
  2. Skateboarding
  3. Gaming

Goals for This Year

  1. Get better at math
  2. Build a website
  3. Travel somewhere new

Favorite Animals

Definitions

HTML
The standard markup language for Web pages.
CSS
A style sheet language used for describing the presentation of a document written in HTML.

Code Sample

Here's some HTML code: <p>Hello, world!</p>

<html>
  <head>
    <title>Sample</title>
  </head>
  <body>
    <p>Hello, world!</p>
  </body>
</html>
    

Quote of the day:
“Stay curious. Keep learning.”