{"id":19602834,"url":"https://github.com/wtfacademy/wtf-html","last_synced_at":"2025-07-20T04:36:32.744Z","repository":{"id":138973366,"uuid":"545057626","full_name":"WTFAcademy/WTF-HTML","owner":"WTFAcademy","description":"WTF HTML教程，帮助新人快速入门HTML，并完成一个极简版Uniswap页面。","archived":false,"fork":false,"pushed_at":"2024-05-30T08:51:29.000Z","size":8894,"stargazers_count":48,"open_issues_count":0,"forks_count":19,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T15:46:13.899Z","etag":null,"topics":["html","web3"],"latest_commit_sha":null,"homepage":"https://wtf.academy","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WTFAcademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-03T17:56:55.000Z","updated_at":"2025-02-24T17:15:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf0c4be4-6e25-4fa9-8632-46bab7989486","html_url":"https://github.com/WTFAcademy/WTF-HTML","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WTFAcademy/WTF-HTML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTFAcademy%2FWTF-HTML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTFAcademy%2FWTF-HTML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTFAcademy%2FWTF-HTML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTFAcademy%2FWTF-HTML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WTFAcademy","download_url":"https://codeload.github.com/WTFAcademy/WTF-HTML/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTFAcademy%2FWTF-HTML/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067487,"owners_count":23871356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","web3"],"created_at":"2024-11-11T09:26:29.997Z","updated_at":"2025-07-20T04:36:32.723Z","avatar_url":"https://github.com/WTFAcademy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WTF-HTML\n\nWTF HTML教程，，帮助新人快速入门HTML，并完成一个极简版[Uniswap页面](https://github.com/WTFAcademy/WTF-HTML/blob/main/09_UniswapHTML/readme.md)。\n\n---\n\n## 开发工具\n\n我们建议大家使用 [VSCode](https://code.visualstudio.com/download) 开发 HTML，并用浏览器（Chrome）打开`.html`文件进行浏览。\n\n## 入门\n\n**第1讲：Hello HTML** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/01_HelloHTML)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/01_HelloHTML/readme.md)】\n\n**第2讲：HTML元素** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/02_Element)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/02_Element/readme.md)】\n\n**第3讲：常用文本标签** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/03_Text)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/03_Text/readme.md)】\n\n**第4讲：列表和表格** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/04_List)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/04_List/readme.md)】\n\n**第5讲：表单** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/05_Form)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/05_Form/readme.md)】\n\n**第6讲：超链接** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/06_Hyperlink)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/06_Hyperlink/readme.md)】\n\n**第7讲：图片** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/07_Img)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/07_Img/readme.md)】\n\n**第8讲：语义元素** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/08_SemanticElements)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/08_SemanticElements/readme.md)】\n\n**第9讲：HTML5** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/09_HTML5)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/09_HTML5/readme.md)】\n\n**第10讲：响应式设计** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/10_Responsive)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/10_Responsive/readme.md)】\n\n**第11讲：HTML与JavaScript** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/11_JavaScript)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/11_JavaScript/readme.md)】\n\n**第12讲：HTML与CSS** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/12_CSS)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/12_CSS/readme.md)】\n\n**第13讲：Uniswap页面** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/13_UniswapHTML)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/13_UniswapHTML/readme.md)】\n\n**第14讲：BAYC页面** ：【[代码](https://github.com/WTFAcademy/WTF-HTML/blob/main/14_BAYCHTML)】 【[教程](https://github.com/WTFAcademy/WTF-HTML/blob/main/14_BAYCHTML/readme.md)】\n\n## 资源\n\nMDN HTML教程：[链接](https://developer.mozilla.org/zh-CN/docs/Learn/HTML)\n\n## WTF HTML贡献者\n\u003cdiv align=\"center\"\u003e\n  \u003ch4 align=\"center\"\u003e\n    贡献者是WTF学院的基石\n  \u003c/h4\u003e\n  \u003ca href=\"https://github.com/WTFAcademy/WTF-HTML/graphs/contributors\"\u003e\n    \u003cimg src=\"https://contrib.rocks/image?repo=WTFAcademy/WTF-HTML\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtfacademy%2Fwtf-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtfacademy%2Fwtf-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtfacademy%2Fwtf-html/lists"}