CSCI 3342 Web Development
Fall 2023

HTML and CSS

HyperText Markup Language (HTML)

Content is king.
Make a web page about any topic you like. You can make multiple linked pages if you like, but only one is required.
HTML Tutorial at w3schools, including starting "boilerplate" and quick reference for common tags.

Assignment Checklist

Create an HTML page and a linked CSS page
Include these html tags: h1/h2/h3 p a div span img ul/li table/tr/td