摘要:
zeal下载地址: 链接:https://pan.baidu.com/s/1vqiQsJTnpMZnuDdoRbPHgw?pwd=pvnm 提取码:pvnm 英文不行的,可以选择以下网站查看文档,不过需要联网 菜鸟教程:https://www.runoob.com/ w3school 在线教程:ht 阅读全文
posted @ 2022-01-12 22:38
计科小白jqw
阅读(77)
评论(1)
推荐(1)
摘要:
<!DOCTYPE html><html> <head> <title>标签的属性</title> </head> <body> <!-- 属性,在标签中(开始标签或自结束标签)还可以设置属性 属性是一个名值对(x=y) 属性用来设置标签中的内容如何显示 属性和标签名或其他属性应该使用空格隔开 属性 阅读全文
posted @ 2022-01-12 21:55
计科小白jqw
阅读(62)
评论(0)
推荐(1)
摘要:
HTML的注释,注释中的内容会被浏览器所忽略,不会在网页中直接显示,但是可以在源码中查看注释 <!DOCTYPE html> <html lang="en"> <head><!-- 头部 --> <meta charset="utf-8" /> <title></title> </head> <bo 阅读全文
posted @ 2022-01-12 21:40
计科小白jqw
阅读(119)
评论(0)
推荐(1)
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head><!-- 头部 --> 4 <meta charset="utf-8" /> 5 <title></title> 6 </head> 7 <body><!-- 身体 --> 8 </body> 9 </html 阅读全文
posted @ 2022-01-12 21:24
计科小白jqw
阅读(83)
评论(0)
推荐(1)
摘要:
前端学习代码编辑器:HBuilder X 3.3.5 HBuilder X安装包地址:https://www.dcloud.io/hbuilderx.html HBuilder X安装流程:不多说,百度一下,你就晓得https://jingyan.baidu.com/article/39810a23 阅读全文
posted @ 2022-01-12 19:11
计科小白jqw
阅读(34)
评论(0)
推荐(1)