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
- body
- h1 through h6 (headings)
- p (paragraphs)
- ol (ordered list)
- li (list item)
- ul (unordered list)
- li (list item)
- img (image) – requires a src attribute to indicate the source file of the image
- a (anchor – makes a link) – requires an ” href” attribute to indicate where the link goes
- table
- tr (table row)
- td (table data – makes a cell)
- head
Have fun building your web sites!