Skip to main content

Class 2

Class2 Keypoints:

    <div> used contain any type of content inside. Can be personalized with CSS.

<img>:
  • Embeds images into a website.
  • Images are not inserted into the website, just linked. 
  • <img src="image url or directory" alt="image name or description"        width="" length="">






References:

Homework:
    Album Images:

Comments