Doctype HTML Head Title Title Style
Doctype HTML Head Title Title Style
DOCTYPE html>
<html lang="es">
<head>
<title>chatter|app</title>
<style>
*{
background-color: lightgrey;
font-family: Arial, sans-serif;
}
h1,small,#blue {
text-align: center;
background-color: rgb(19, 107, 165);
color:white;
}
h2, p{
background-color: white;
}
button{
text-transform: uppercase;
background-color: #93c51f;
}
em{
font-size: larger;
font-style: normal;
}
span{
text-transform: uppercase;
}
p{
font-size: medium;
}
</style>
</head>
<body>
<h1>chatter|app</h1>
<h2>#Yummy</h2>
<h2>#SevenContinents</h2>
<h2>#KillerApp</h2>
<h2>#FirstPersonOnMars</h2>
<h2>#OctoberFest</h2>
<button>New</button>
<button>Trending</button>
<button>Favorites</button>
<hr>
<h1>#SevenContinents <small>by <span
id="blue">cheeses.yard.applies</span></small></h1>
<h3><span>cheeses.yard.applies</span> Wed, June 20th, 13:37
<em>15 min left</em></h3>
<p>What's the place you folks call home?</p>
<button>+5 min.</button>
<h3><span>truck.cotton.zone</span> Wed, June 20th, 13:39 <em>4
min left</em></h3>
<p>BRISBANE! Hang loose!</p>
<button>+5 min.</button>
<h3><span>thus.best.dishes</span> Wed, June 20th, 14:02 <em>12
min left</em></h3>
<p>The big apple.</p>
<button>+5 min.</button>
<h3><span>driveway.helper.magazine</span> Wed, June 20th, 14:02
<em>7 min left</em></h3>
<p>Eu sou um Carocas.</p>
<button>+5 min.</button>
<h3><span>escapes.pitch.saucepan</span> Wed, June 20th, 14:07
<em>14 min left</em></h3>
<p>Greetings from the western cape!</p>
<button>+5 min.</button>
<h3><span>meanings.identity,pays</span> Wed, June 20th, 04:08
<em>15 min left</em></h3>
<p>Jijiji</p>
<button>+5 min.</button>
</body>
</html>