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!
Candela Citations
CC licensed content, Shared previously
- Judy's HTML5 Tutorial. Authored by: Judy Jacobs Miller. Provided by: Extended Learning Institute (ELI), Northern Virginia Community College (NOVA). Located at: http://www.nvcc.edu/home/jumiller/html_tutorial/summary.html. License: CC BY-NC-ND: Attribution-NonCommercial-NoDerivatives