Sunteți pe pagina 1din 4

STEP 1 -  

BUILD YOUR WEBSITE

Build your first webpage following this link: https://goo.gl/LBPjju

------------------------------------------------------------------------------------------------------------------------------------

<!DOCTYPE html>

<html>

<head>

<title>Result</title>

</head>

<body><h1>YEAH SANDWICHES</h1>

<img src="http://bit.ly/RhrMEn" />

<p>I like eggs.</p>

<p>And ham!</p>

<p>But mostly sandwiches.</p>

</body>

</html>

<!DOCTYPE html>

<html>

<head>

<title>Result</title>

</head>

<body><h1>YEAH PANG</h1>

<img src
="http://i1297.photobucket.com/albums/ag35/Somnapure/sleeping_zps6b903aef.jpg"/>

<a
href="http://i1297.photobucket.com/albums/ag35/Somnapure/sleeping_zps6b903aef.jpg">Google
it</a> i know liao </a>

<a href="http://google.com">

<p>I like TO SLEEP.</p>

<p>And eat!</p>

<p>But mostly maggi.</p>

</body>

</html>

http://i1297.photobucket.com/albums/ag35/Somnapure/sleeping_zps6b903aef.jpg
NEXT LESSON

<!DOCTYPE html>

<html>

<head>

<title>The Kingest of Kongs</title>

</head>

<body>

<img src="http://s3.amazonaws.com/codecademy-blog/assets/da840950.jpg" />

<p>I'm male, 89 years old, and am a giant, Empire State Building-climbing ape.</p>

<ul>

<li><p style="color:red">Interests</p>

<ul>

<li style="font-family:Futura">Bananas</li>

<li style="font-family:Futura">Climbing stuff</li>

<li style="font-family:Futura">HTML</li>

</ul>

</li>

<li><p style="color:red">Jobs</p>

<ol>

<li style="font-family:Futura">Giant ape</li>

<li style="font-family:Futura">Web developer</li>

</ol>

</li>

<li><p style="color:red">Where I Went to School</p>

<ol>

<li style="font-family:Futura">Diddy Kong Jr. High School</li>

<li style="font-family:Futura">Donkey Kong Sr. High School</li>

<li style="font-family:Futura">Harvard University (BA)</li>

<li style="font-size:18px; font-family:Futura">Yale University (JD) (Current)</li>

</ol>

</li>

<li><p style="color:red">Favorite Quotes</p>

<ul>
<li style="font-family:Futura">"If at first you don't succeed, climb a giant building."</li>

<li style="font-family:Futura">"A banana in the hand is worth two on the tree."</li>

</ul>

</li>

</ul>

</body>

</html>

PANG ‘S TRY

<!DOCTYPE html>

<html>

<head>

<title>PANG</title>

</head>

<body>

<img src="http://i265.photobucket.com/albums/ii238/beabear_2008/mydap.gif"/>

<ul>

<p>THis is a rocket which will fly very high</p>

<ul>

<li><p> halo 1

<ol>

<li> hard la</li>

</ol>

</li>

</ul>

<ul id="Jobs" >

<li id="stamp"> halo 2 </li>

<ol>

<li> learning to code3</li>

<li> learning to code4</li>


</ol>

</ul>

<ul id="Favorite">

<li id="stamp"> halo 3 </li>

<ol>

<li> learning to code5</li>

<li> learning to code6</li>

</ol>

</ul>

<ul id="Quotes">

<li id="stamp"> halo 4 </li>

<ol>

<li> learning to code7</li>

<li> learning to code8</li>

</ol>

</ul>

</body>

</html>

Practice this

https://www.codecademy.com/courses/web-beginner-en-9x6JW/0/1

S-ar putea să vă placă și