exercise-html5:exercise-html5

时间:2024-03-27 23:36:38
【文件属性】:

文件名称:exercise-html5:exercise-html5

文件大小:3KB

文件格式:ZIP

更新时间:2024-03-27 23:36:38

HTML

HTML Hello 使用编码编辑器,对于任何4Geeks Academy Student来说,这都是最基本的样板。 接下来做什么? 使用 创建一个index.html文件,并通过使用以下命令运行Web服务器来实时查看该文件: $ pip3 install flask && python3 server.py 您可以创建任意数量HTML文件 您还可以创建CSS文件,并可以使用<head></head>标签之间的<head></head> <link>标签将它们导入到您的网站中,如下所示: < head > ... < link rel =" stylesheet " type =" text/css " href =" styles.css " > ... </ head >


【文件预览】:
exercise-html5-main
----Index.html(4KB)
----server.py(2KB)
----README.md(1KB)
----style.css(225B)

网友评论