<!DOCTYPE html>
<html>
<head>
<title>My First Webpage</title>
</head>
<body>
This is my first homepage.
</body>
</html>
<a> </a>
Attributes: extra information<a id="alink" title="click me" href="facebook.com"> </a>
Elements: make up web pages
<a class="link" id="alink" title="click me" href="facebook.com">link</a>
<title> roody's home </title>
<meta key name="keywords" content="goods, cheap">
<script type="text/javascript">alert("hello"); </script>
<link type="text/css" href="main.css">
<style> a{font-size: 14px;} </style>