- Practical Web Development
- Paul Wellens
- 189字
- 2021-07-16 13:14:06
Chapter 2. HTML
In this chapter, we will walk you through the basics of HTML. In Chapter 1, The World Wide Web, we already covered what the letters HTML mean, where the language comes from, and what it is used for: to create the content part of your web pages. We already know that this content is placed in between tags: <tag>
to open and </tag>
to close.
It would be beyond the scope of this book to provide a complete reference to all HTML tags, or elements (we will use these words interchangeably), and all of their attributes. There are some good references listed in the bibliography and of course there are some cool online references. I personally like w3schools.com but, if you don't, simply Google "HTML" followed by a tag name you would like to know more about and you will find some great alternate sources.
We will therefore only describe the most commonly used HTML tags in this chapter, grouped by the role they play in the document. For example, all the tags that can be used in a table are grouped under the heading table
.
- Mastering Ext JS(Second Edition)
- DevOps:軟件架構師行動指南
- Qt 5 and OpenCV 4 Computer Vision Projects
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- React Native Cookbook
- SQL for Data Analytics
- 從0到1:HTML+CSS快速上手
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Troubleshooting PostgreSQL
- Mastering Ext JS
- 網站構建技術
- Cybersecurity Attacks:Red Team Strategies
- Create React App 2 Quick Start Guide
- Unity 3D/2D移動開發實戰教程
- Python機器學習之金融風險管理