Challenge #1

How to put all images into a new folder:

  • Hover your mouse over your project’s name.
  • Click on the “new folder” icon.
  • It will open up a new box to write what you want to name your folder.
  • Name your folder something like: img
  • Then drag and drop all of your .jpg images into this new folder.
    • Make sure you direct your HTML adding the new folder’s name:
      • src=”headshot.jpg” (before change)
      • src=”img/headshot.jpg” (after change)

Challenge #1

Write everything in an <aside>.

  • Write a <h4> heading.
  • Write an <ul> unordered list for three things inside of one <li> list.
    • Write an image code:
      • <img src=”” alt=”” width=”75” height=”75”/>
    • Write an anchor code:
      • <a href=”#”>How to Learn</a>
    • Write a paragraph code:
      • <p>By Jonas</p>

This entry was posted in Web Developer Course and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *