Open
Description
实验要求
- 练习CSS的3种用法
- 创建一个 style.css 文件,放在学号目录下,在HTML上链接这个CSS文件;
- 在 style.css 中创建一条CSS规则,用在HTML的段落标签P上;
- 在 HTML 中添加 style 标签,在其中创建一条CSS规则,用在HTML的DIV标签上;
- 在 HTML 中创建一个表格table,把表格边框改为红色。
- 将代码提交到实验库
- git pull
- git add 学号/*.html
- git add 学号/style.css
- git commit -m "实验2:给网页添加CSS样式 #47 第2次实验~练习CSS"
- git push
- 发送 Pull request.
Metadata
Assignees
Labels
No labels
Activity