HTML Website Assignment
Due Tuesday, October 8, 2019 by noon
Using Codepen, make a basic website for me using HTML and CSS. Share the Codepen with me via my email at freedmand@temple.edu. The website can be your personal page with some blurbs about you, an article you’ve written in the past, or a fictional creative work of your choosing.
Requirements:
-
Use at least 1
<h1>
tag and 2<h2>
tags -
Have at least 3
<p>
tags - Have some bold or italic text going somewhere
-
Try to make it look nice:
- Specify a font other than the default
- Have at least one class in your HTML and selectively style that element with CSS
- Use a color other than black somewhere
-
Extra credit (more or less depending on how far you go). You’ll probably have to Google things for this:
-
Learn how to use
<img>
and/or<a>
tags. These let you specify images and links, respectively -
Use some of these CSS style properties in a meaningful way:
border
,margin
,padding
,box-shadow
- Learn about some other HTML or CSS thing we haven’t covered and add it to the site
-
Learn how to use