ryanSmithART.com

ryansmithart.com/courses/2013/363

Week #1:

Let's get to know each other
WHAT DO YOU WANT TO DO THIS SEMESTER?

Let's look at the SYLLABUS


rtf vs. txt
we will be using plain text
w/ a .html extension

code: HTML (5)

<!doctype html>
<html>
<head>
<title>363</title>
</head>
<body>
<p>
some text
<br>
<img src="http://ryansmithart.com/courses/382/1/me.jpg">
me
</p>
</body>
</html>

*view page source


<a href="http://www.website.com"> Link to a webpage



HOME WORK (due at the beginning of class next week)
make an html page (1 page) about yourself insert a photo of yourself
(include 1 .jpg image, bring in the files next week)