今天在飘飘同学的鼓励和建议下,我终于开通了博客园博客哈哈!!!决定把新学习的一些东西的笔记记录在这里,还可以互相监督学习,互相鼓励!谁让我们都是追求进步的人呢是吧!哦吼吼吼
之前自己一直跟着视频学习了一些html,其实学习的很慢很慢(按理说如果不是跟着视频,而是就看看html代码可能学得更快,不过也可能基础不牢固。不过说实话html这东西估计也没什么基础牢不牢固而言额)。刚才突发奇想去w3schools上面做了一个20道题的小test,本来以为结果会很惨没想到还行。在这分享一下答案 -
1. What does HTML stand for? [答案是Hyper and Text Markup Language]
You answered:
Wrong Answer!
2. Who is making the Web standards?
Correct Answer!
3. Choose the correct HTML tag for the largest heading
4. What is the correct HTML tag for inserting a line break?
5. What is the preferred way for adding a background color in HTML? [答案是<body bgcolor="yellow">]
6. Choose the correct HTML tag to make a text bold [答案是<b>]
7. Choose the correct HTML tag to make a text italic
8. What is the correct HTML for creating a hyperlink?
9. How can you create an e-mail link?
10. How can you open a link in a new tab/browser window?
11. Which of these tags are all <table> tags?
12. In HTML, inline elements are normally displayed without starting a new line.
13. How can you make a numbered list?
14. How can you make a bulleted list?
15. What is the correct HTML for making a checkbox?
16. What is the correct HTML for making a text input field?
17. What is the correct HTML for making a drop-down list?
18. What is the correct HTML for making a text area?
19. What is the correct HTML for inserting an image?
20. What is the correct HTML for inserting a background image?
比我想象的好多啦!打算还是先看看视频,然后结合w3schools一起学习