Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear It all started when...



<html>
<head>
    <link rel="stylesheet" href="style.css" />
</head>
<body>
    <div class="header">
        <h1>Zarz K. Borkelsnort</h1>
        <h2>"I love designing websites!"</h2>
       
        <dl>
            <dt>Email</dt>
            <dd>z@mars.com</dd>
           
            <dt>Phone</dt>
            <dd>+999 888-MARS</dd>
           
            <dt>Website</dt>
            <dd>Zarz.com</dd>
        </dl>
    </div>
    <div class="experiences">
        <h3>Experience <small>Jobs &amp; Activities</small></h3>
       
        <h4>Mars Unlimited, Inc.</h4>
        <h5>Web Developer</h5>
        <h6>June 2067 - <em>Sept 2069</em></h6>
       
        <ul>
          <li>Worked on really awesome stuff</li>
          <li>Totally blew away my mom</li>
          <li>Helped myself to cookies and ice cream every day</li>
        </ul>
       
        <h4>McDonald's</h4>
        <h5>Food &amp; Service Professional</h5>
        <h6>August 2065 - May 2067</h6>
       
        <ul>
          <li>Served over 2 million AlienMacs</li>
          <li>Helped save a small child from a Gorlax</li>
          <li>Saved the company over $200MM in insurance fees</li>
        </ul>
       
        <h4>United Galaxy Alliance News</h4>
        <h5>Intern</h5>
        <h6>April 2065 - August 2065</h6>
       
        <ul>
          <li>Created a brand spankin' new website visited by billions</li>
          <li>Helped deliver over 200,000 digital newspapers to Mars residents</li>
          <li>Developed technology to project ads into people's pupils from long distances</li>
        </ul>
    </div>
</body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts