Building your portfolio: what we’ve covered

We’ve covered the basics of HTML and some of the common things you might need in a portfolio site. We’ve discussed

  • how to mark up text with opening and closing tags, e.g. <p> and </p>
  • how to embed media from other sites
  • how to use attributes like href and src to put links and images into our page

And covered some of the practices need for accessibility such as

  • including alt-text in our images for screen readers
  • providing descriptive text for links