CSCI 3342 Web Development
Spring 2025
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.
GitHub repo for this assignment:
https://classroom.github.com/a/F8jNyfzt
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