HTML in Easy Steps begins with a brief history of HTML and then explains the basic structure of a modern HTML document. The book describes how to incorporate information about a document within its "head" section before moving on to demonstrate how to add its "body" content. Examples show how Cascading Style Sheets can control a webpage's appearance, and readers learn how to create webpages that display text, images, lists, tables, hyperlinks, forms, and multimedia with Windows Media Player, Java Applets, Flash movies, Real Player, and QuickTime. No previous knowledge of any markup language is required for this book, making it ideal for newbies. Each chapter builds on the previous one, so that by the end readers have a thorough understanding of HTML and can create their own interactive websites. This sixth edition is updated for Web 2.0 and includes new examples and screenshots illustrating each aspect of HTML.
`) 到文本格式化(粗体 ``、斜体 ``),再到列表(有序列表 ``、无序列表 `
`),本书将循序渐进地介绍各种常用标签的含义和用法,让您能够轻松地构建网页的基本内容。 链接的魔力: 如何创建超链接 (``),将您的网页与互联网上的其他页面连接起来?如何让用户通过点击轻松跳转,探索更广阔的信息世界?本书将详细讲解链接的创建方式,包括内部链接和外部链接。 图片的插入与管理: 如何在您的网页中展示引人入胜的图片 (`
`)?您将学习如何指定图片源、添加替代文本,以及调整图片尺寸,为您的网页增添视觉吸引力。 列表的组织: 如何使用 HTML 创建清晰、有条理的列表?无论是产品特性、操作步骤还是项目要点,列表都能让信息一目了然。本书将深入讲解有序列表和无序列表的创建,以及如何构建更复杂的嵌套列表。 表格的构建: 在网页中展示数据,表格是不可或缺的工具。您将学习如何使用 `
`、`
`、` ` 和 ` ` 等标签创建结构清晰的数据表格,让信息呈现更加直观。 表单的基础: 如何创建交互式的网页元素,让用户能够输入信息?本书将为您介绍表单 (`