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

Saturday, February 15, 2014

Codecademy About You Exercises 1 to 4



<!-- sample solutions to Welcome to HTML! -->

<h1>Bruce Wayne</h1>

<!-- sample solutions to Speak in Paragraphs -->

<h1>Bruce Wayne</h1>
<p>When he was a child, Bruce Wayne's parents were shot and killed during a robbery. This would be the driving force in Bruce's quest to bring justice to the streets of Gotham City as the Dark Knight.</p>

<!-- sample solutions to Asking for Input -->

<h1>Bruce Wayne</h1>
<p>When he was a child, Bruce Wayne's parents were shot and killed during a robbery. This would be the driving force in Bruce's quest to bring justice to the streets of Gotham City as the Dark Knight.</p>
<input type="email">
<input type="submit">

<!-- sample solutions to Placeholders -->

<h1>Bruce Wayne</h1>
<p>When he was a child, Bruce Wayne's parents were shot and killed during a robbery. This would be the driving force in Bruce's quest to bring justice to the streets of Gotham City as the Dark Knight.</p>
<input type="email" placeholder="Email">
<input type="submit">

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts