学习笔记:
https://github.com/yukiii-zhong/Udemy_Django_Course/tree/master/HTML_LEVEL_ONE
https://github.com/yukiii-zhong/Udemy_Django_Course/tree/master/HTML_LEVEL_TWO
1. Comment
1 | <!-- This is a comment --> |
Shortcut: COMMAND+/
2. 基本格式
1 |
|
<head> Part don’t actually show in the page, it’s just the head
<body> it’s the real shown part.
3. 查看效果(In Atom)
- Right Click the
htmlfile - Select
copy full path - Run the copied path in the Browser
4. 查询资源
- W3school,
- Mozilla - More Detailed