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

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear Who is Z?



<html>
<head>
    <link rel="stylesheet" href="style.css" />
</head>
<body>

<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>

</body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts