<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<style type="text/css">
h1 {color:red;}
h2 {color:blue;}
p {color:green;}
</style>
<title>Title of the document</title>
<base href="http://www.w3schools.com/images/" target="_blank">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
<meta name="description" content="Free Web tutorials on HTML and CSS">
<meta name="author" content="Hege Refsnes">
</head>
<body>
<h2>Websites You Must Know, Or Else You Are A Noob</h2>
<hr>
<p>Here are a few websites you must know</p>
<a href="http://www.optimus321cpcheat.tk" target="_blank">Face<br>book</a>
<p>
<b>Twitter</b>
<i>Yahoo</i>
<sub>Friendster</sub>
<sup>MySpace</sup>
</p>
<ul>
<li>GOOGLE!</li>
<li>You have to know the above! Seriously, that is the number 1 webpage on the internet.</li>
</ul>
<ol>
<li>Bing</li>
<li>Use it as a secondary search engine.</li>
</ol>
<p>Youtube
<a href="default.asp">
<img border="0" src="http://t3.gstatic.com/images?q=tbn:ANd9GcQDoWPVaadNEvWVFN8jrPGJClKYkHiogBzTJDfjkiAoqFAwLbZIPQ" alt="Youtube logo" width="60" height="50"></a></p>
<img src="http://www.poundart.com/art/randcomix/randcomix_1993-12-21.gif" width="500" height="400">
<!-- Don't worry, hidden. -->
<p>No more website's left</p>
<dl>
<dt>Coffee (Not a website)</dt>
<dd>- black hot drink</dd>
<dt>Milk (Not a website)</dt>
<dd>- white cold drink</dd>
</dl>
<iframe src="demo_iframe.htm" width="200" height="200"></iframe>
<p id="demo">
JavaScript can react to events. Like the click of a button.
</p>