0% found this document useful (0 votes)
29 views2 pages

Doctype HTML Head Title Title Style

The document is a web page for a chat application called "chatter|app". It displays a list of trending chat topics and allows users to start new conversations or extend existing conversation times. The page shown has an ongoing discussion under the topic "#SevenContinents" where various users from different locations around the world are sharing where they call home.

Uploaded by

Oliver Paucar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Doctype HTML Head Title Title Style

The document is a web page for a chat application called "chatter|app". It displays a list of trending chat topics and allows users to start new conversations or extend existing conversation times. The page shown has an ongoing discussion under the topic "#SevenContinents" where various users from different locations around the world are sharing where they call home.

Uploaded by

Oliver Paucar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

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>

You might also like