Command for a website.docx

2
Command for a website <h1>Find a place to stay.</h1> <p>Rent from people in over 34,000 cities and 192 countries.</p> <a href="http://www.airbnb.com/locations"> Search</a> <img src="http://goo.gl/mbnqBl"> <ul> <li>Home</li> <li>About</li> </ul> <!DOCTYPE html> <html> <h1>Find a place to stay.</h1> <p>Rent from people in over 34,000 cities and 192 countries.</p> </body> </html> My page html XD <!DOCTYPE html> <html> <div class="learn-more"> <div class="container"> <div> <h3>Travel</h3> <p>From apartments and rooms to tree</p> <p> <a href="#">See how to travel to tavel on Airbnb</a></p> </div> <div> <h3>Host</h3> <p>Renting out.</p> <p><a href="#">Learning more about hosting</a></p> </div> <div> <h3>Trust and Safety</h3> <p>From ID</p> <p><a href="#">Learn about trust</a></p>

description

XX

Transcript of Command for a website.docx

Page 1: Command for a website.docx

Command for a website

<h1>Find a place to stay.</h1><p>Rent from people in over 34,000 cities and 192 countries.</p><a href="http://www.airbnb.com/locations"> Search</a><img src="http://goo.gl/mbnqBl"><ul> <li>Home</li> <li>About</li></ul><!DOCTYPE html><html><h1>Find a place to stay.</h1><p>Rent from people in over 34,000 cities and 192 countries.</p></body></html>

My page html XD

<!DOCTYPE html><html><div class="learn-more"> <div class="container"> <div> <h3>Travel</h3> <p>From apartments and rooms to tree</p> <p> <a href="#">See how to travel to tavel on Airbnb</a></p> </div> <div> <h3>Host</h3> <p>Renting out.</p> <p><a href="#">Learning more about hosting</a></p> </div> <div> <h3>Trust and Safety</h3> <p>From ID</p> <p><a href="#">Learn about trust</a></p> </div> <div class="container"> <h1>Holiday</h1> <p>Decide place to go!</p>

Page 2: Command for a website.docx

</div>

<body> <div class="nav"> <div class="container">

<ul> <li>Your Name</li> <li>Email</li></ul>

<ul> <li>Sign Up</li> <li>Log In</li> <li>Help </li></ul>

</div> </div>

</body></html>

CSS Editing