Let's get to know each other
WHAT DO YOU WANT TO DO THIS SEMESTER?
code: HTML (5)
rtf vs. txt
we will be using plain text
w/ a .html extension
code: HTML (5)
<!doctype html>
<html>
<head>
<title>382</title>
</head>
<body>
<p>
some text
<br>
<img src="http://ryansmithart.com/courses/382/1/me.jpg">
</p>
</body>
</html>
*view page source
<a href="http://www.website.com"> Link to a webpage </a>