- 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
.
- 黑客攻防從入門到精通(實戰秘笈版)
- Learning C# by Developing Games with Unity 2020
- Mastering Python Scripting for System Administrators
- Podman實戰
- Mastering Python High Performance
- SQL Server 2016數據庫應用與開發
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 計算機應用基礎實踐教程
- INSTANT Adobe Edge Inspect Starter
- Getting Started with Python
- TypeScript圖形渲染實戰:2D架構設計與實現
- Java程序設計實用教程(第2版)
- Implementing Microsoft Dynamics NAV(Third Edition)
- 數字媒體技術概論
- Java多線程并發體系實戰(微課視頻版)