Skip to main content

Posts

Showing posts from December, 2019
Prueba Make a website https://www.codecademy.com/courses/make-a-website/lessons/site-structure/exercises/html-review?action=resume_content_item <!DOCTYPE html> <html> <head>   <title>Ollie Bike Sharing</title>   <meta charset="utf-8"/>   <link rel="stylesheet" type="text/css" href="main.css"> </head> <body>   <div class="container">     <div class="nav">       <h2>Ollie</h2>       <ul>         <li>sign up</li>         <li>search bikes</li>         <li>reserve a bike</li>         <li>about us</li>       </ul>     </div>     <div class="main">       <h1>Ollie Bike Sharing</h1>       <h3>Share Your Pedals with the World.</h3>       <p>Need a set of wheels while you're in town? Use Ollie to pair your perfect vacation
Introducción HTML https://www.codecademy.com/courses/learn-html/lessons/intro-to-html/exercises/review-html-structure?action=resume_content_item <body>   <h1>The Brown Bear</h1>   <div id="introduction">     <h2>About Brown Bears</h2>     <p>The brown bear (<em>Ursus arctos</em>) is native to parts of northern Eurasia and North America. Its conservation status is currently <strong>Least Concern</strong>.<br /><br /> There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown bear.</p>     <h3>Species</h3>     <ul>       <li>Arctos</li>       <li>Collarus</li>       <li>Horribilis</li>       <li>Nelsoni (extinct)</li>     </ul>     <h3>Features</h3>     <p>Brown bears are not always completely brown. Some can be reddish or yellowish. They have ve