Learn web development

使用HTML解决日常问题

The following links point to solutions to common everyday problems you'll need to solve with HTML.

基本结构

The most basic application of HTML is document structure. 如果你是HTML新手那么你应该和我们一起从这里开始学习.

基本文本语义

HTML specializes in providing semantic information for a document, so HTML answers many questions you might have about how to get your message across best in your document.

超链接

One of the main reasons for HTML is make navigation easy with hyperlinks, which can be used in many different ways:

图像 & 多媒体

脚本 & 样式

HTML only sets up document structure. To solve presentation issues, use CSS, or use scripting to make your page interactive.

嵌入内容

进阶问题

Beyond the basics, HTML is very rich and offers advanced features for solving complex problems. These articles help you tackle the less common use cases you may face:

     

文档标签和贡献者