Fzu-趣考网-前端1
html
题目:
- 使用html写出h1~h6六种格式的hello world
- 使用html的table标签制作一个表格,存储本学期专业课程(参考教务处课表)
- 使用html的script输出hello world
- 使用html的字符实体输出一段简单的html代码。
- 写一个跳转到百度搜索的链接(或许也可以嵌入在网页中)
效果图:
代码
Fzu-趣考网-前端1(demon)
hello world
hello world
hello world
hello world
hello world
2018-2019第二学期
课程名称
修习情况
局域网技术试验
正常
……
……
……
体育(四)
正常
hello world
< !DOCTYPE html >
< html >
< head >
< meta charset= " utf-8 " >
< title > 趣考网 < /title >
< /head >
< /html >
hello world
hello world
收获:
1.初步了解了html的语法,以及接触些JavaScript
2.有很多点还是操作困难,得一直百度
3.布局是个很import的点,但是很难把握,以我这种直男审美。
4.html是页面的基础,css是页面的美观,js是页面的操作。---(个人觉得)