Acme Web Design Info
Build Your First Web Page with HTML
Contents
Related Articles
Conclusion
Congratulations on completing this tutorial. Do you feel empowered, unstoppable, ready to conquer the Internet in one fell swoop? Good!
In this tutorial we covered a lot of really good material. In summary, we learned:
- That a web page is really just a text document in disguise
- That HTML tags start with a "<" and end with a ">"
- Most HTML tags have a beginning and ending tag, like <html> and </html>
- HTML tags with no ending tag require a "/" before the closing bracket, as with <br />
- You can cleanly organize content using headings and paragraphs
- Lists can help break up content into more web-friendly chunks
- Tables are grids with headings, rows and cells
- Tag attributes tell the browser how to display a particular tag
- How to create hyperlinks to other documents as well as different sections in the same document
There is a lot of HTML still to cover, but what you learned today should keep you busy for a while. Stay tuned for more articles and tutorials on Acme Web Design Info!
|