# html-tutorial **Repository Path**: jaywcjlove/html-tutorial ## Basic Information - **Project Name**: html-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-04 - **Last Updated**: 2022-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HTML Tutorial === HTML(超文本标记语言——HyperText Markup Language)是构成 Web 世界的一砖一瓦。它定义了网页内容的含义和结构。除 HTML 以外的其它技术则通常用来描述一个网页的表现与展示效果(如 CSS),或功能与行为(如 JavaScript)。 “超文本”(hypertext)是指连接单个网站内或多个网站间的网页的链接。链接是网络的一个基本方面。只要将内容上传到互联网,并将其与他人创建的页面相链接,你就成为了万维网的积极参与者。 HTML 使用“标记”(markup)来注明文本、图片和其他内容,以便于在 Web 浏览器中显示。 HTML 元素通过“标签”(tag)将文本从文档中引出,标签由在“<”和“>”中包裹的元素名组成,HTML 标签里的元素名不区分大小写。也就是说,它们可以用大写,小写或混合形式书写。例如,`` 标签可以写成 `<Title>`,`<TITLE>` 或以任何其他方式。 教程、参考资料和示例会不断审查以避免错误,但不能保证所有内容的完全正确性,所有资源来源网络。 <!--idoc:ignore:start--> ## 目录 - [HTML 索引 (字母排序)](./docs/tags/README.md) - [HTML 索引 (分类)](./docs/reference/byfunc.md) - [HTML 浏览器支持](./docs/reference/browsersupport.md) - [HTML 属性参考](./docs/reference/attributes.md) - [HTML 全局属性](./docs/reference/standardattributes.md) - [HTML 事件](./docs/reference/eventattributes.md) - [HTML 颜色名](./docs/reference/colornames.md) - [HTML Canvas](./docs/reference/canvas.md) - [HTML 音频/视频](./docs/reference/av_dom.md) - [HTML 字符集(UTF-8)](./docs/reference/charactersets.md) - [HTML 字符集实体(全)](./docs/reference/charactersets_entities.md) - [HTML Doctypes](./docs/reference/dtd.md) - [HTML URL 编码](./docs/reference/urlencode.md) - [HTML 语言代码](./docs/reference/language_codes.md) - [HTML 国家/地区代码](./docs/reference/country_codes.md) - [HTTP 状态消息](./docs/reference/httpmessages.md) - [键盘快捷键](./docs/reference/keyboardshortcuts.md) <!--idoc:ignore:end--> ## Contributors 一如既往,感谢我们出色的贡献者!一天搬运一个慢慢攒吧,欢迎大家参与进来 :)。 <a href="https://github.com/jaywcjlove/html-tutorial/graphs/contributors"> <img src="https://jaywcjlove.github.io/html-tutorial/CONTRIBUTORS.svg" /> </a> Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors). ## License Licensed under the MIT License.