# html-study **Repository Path**: sbackerman/html-study ## Basic Information - **Project Name**: html-study - **Description**: html 网页布局 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-04 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # html Study ## 模板参考 ```bash 1> 新建相应的仓库 比如: https://gitee.com/sbackerman/html-study.git 2> 切换到相应的目录 cd H:\study\html 3> 绑定git的操作 git init <<<<<<< HEAD git config user.name "sbackerman" git config user.email "sbackerman@sina.cn" ======= >>>>>>> 31dc425cdec3a8c9dd3e877c036fe89435a65acf git remote add origin https://gitee.com/sbackerman/html-study.git git config credential.helper store git pull origin master git add . && git commit -m 'initial project' git push --set-upstream origin master 4> npm init -y 5> 配置 browser-sync start --server --files '**/*.css, **/*.html,**/*.js' ``` ## 参考资料 [文档][1] <<<<<<< HEAD [HTML标签列表][2] [1]: https://houdunren.gitee.io/note/html/4%20链接与图片.html [2]: https://www.runoob.com/tags/html-reference.html **努力学习的汪 / 洪学习笔记** https://gitee.com/hongjilin/hongs-study-notes/tree/master https://github.com/pubdreamcc/web-study ======= >>>>>>> 31dc425cdec3a8c9dd3e877c036fe89435a65acf <<<<<<< HEAD ======= [1]: https://houdunren.gitee.io/note/js/1%20%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86.html >>>>>>> 31dc425cdec3a8c9dd3e877c036fe89435a65acf