Summary
We've learned how to create web pages with images, links, lists, tables, and styles. We've also learned how to ftp our pages to the server. In short, we've made a web site. Here's a list of the HTML tags we've used:
- html
- head
- title (appears in browser tab)
- meta (to specify the character set)
- link (to link up a stylesheet)
- body
- h1 through h6 (headings)
- p (paragraphs)
- ol, ul and li (lists)
- img (images)
- a (anchor, to create hypertext links)
- table, tr, and td (tables)
- head
Have fun building your websites! If you'd like to learn more, please check out the W3C HTML 5 Tutorial or Shay Howe's Learn to Code HTML & CSS.