Uncategorized
28 words
本周学习了如何建blog,正在完善,其余的下周一定ToT
Uncategorized
words
HTML用于网页结构的构建 1.总括1.1HTML标签成对出现:<b>****</b> 1.2只有body间的内容才会显示在浏览器中<body> </body> 1.3声明,帮助浏览器正确显示页面不区分大小写,放在文档第一行<!doctype heml> 2.HTML标签2.1标题标签<h1>这是一个标签</h1> 标题标签支持1-6 2.2段落标签<p>这是一个段落</p> 2.3链接标签<a herf="这里放链接”>这是一个链接</a> 如 菜鸟教程 2.4图像标签<img decoding="async" src="/images/logo.png" width="258" height="39" /> 2.5换行标签<br /> 2.6注释标签<!-- 这是一个注释 --> <!----&...
Uncategorized
words
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment