Images and the Web
- Content
- Design
Images and Markup
Two ways of including images:
- Markup:
imgelement<img src="images/widener-library.png" alt="Widener Library" > - CSS:
background-imagepropertyheader { background-image: url(images/harvard-yard.jpg); background-repeat: no-repeat; background-size: cover; }