Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear Hide and Go Seek


<!--code prior to this point-->

<div class="education half">
   
        <h3>Education</h3>
       
        <dl>
            <dt class="hide">School</dt>
            <dd>Dogwarts School of Science &amp; Technology</dd>
           
            <dt>Major</dt>
            <dd>Technophasetronics</dd>
           
            <dt>Minor</dt>
            <dd>Cooking</dd>
           
            <dt>GPA</dt>
            <dd>4.5</dd>
        </dl>
    </div>

<!--code after this point-->

No comments:

Post a Comment