Slide 1

Media and Web Development
ICOM-101-01 / MTEC-617-01
Week 5 ● Leaving Glitch!

Image is not available
Slide 1
Offline vs Online development
Installing a text editor
doctype, html, head, and body tags
File Structure, links, and assets
devtools
Slide 1

Assignment #5

Migrate one of the last two assignments ( something with both HTML and CSS ) out of
glitch.
● Create an index.html file and a style.css file
● Link your style.css file to the index.html with a style tag inside the head element of your html
● Submit your work as a .zip file containing both your html and css files