(***PUT COMPUTERS TO SLEEP***)
RSA Animate - Changing Education Paradigms
adapted from a talk given at the RSA by Sir Ken Robinson
Review (any trouble with CSS or Uploading?)
1) Save your homework as index.html, then save it in a 388 folder in a umbc directory
2) Upload the 388 folder (with your images, index.html page, and CSS) to UMBC's server
3) Check to make make sure it worked: http://userpages.umbc.edu/~username/388/index.html
*4) Email me a link to the URL address (now), and if you can't get it uploaded email me your photo, HTML code, and CSS.
ryansmithstudent@aol.com
What we did last class:
Hexadecimal System (RGB)
CSS Syntax
In the head of your html code, put a link to a separate .css file:
<link href="382.css" rel="stylesheet" type="text/css" />
This is an example of an External Style Sheet
Presentations:
a brief (less than 5 min.) presentation
about your self and your art work. Please include images of your work.
What are you studying? Why are you studying it? What else do you do for fun?
What experience do you have with web design?
What do you want to learn this semester?
img { border: 0px; }
this applies to every image tag in the HTML document
.classy { color: red; }
this applies to a CSS class called classy.
<span class="classy" > Example of a paragraph with classy text </p>
<p id="about"> About stuff goes here </p>