click below
click below
Normal Size Small Size show me how
HTML 2
basic quiz for level A2
| Question | Answer |
|---|---|
| 1. HTML is used to make web pages. | True |
| HTML means: | Hyper Text Markup Language |
| HTML uses tags. | True |
| Tags start with this sign: | < |
| Which tag makes a paragraph? | <p> |
| The <title> tag shows the page name at the top of the browser. | True |
| The <body> tag has the things we see on the page. | True |
| Which tag is the biggest heading? | <h1> |
| The <img> tag is for pictures. | True |
| The <a> tag makes a link. | True |
| Tags must be UPPERCASE. | False |
| Which tag starts an HTML page? | html> |
| The <head> tag has information we do not see on the page. | True |
| Which tag makes the text bold? | <b> |
| The <br> tag makes a new line. | True |
| HTML and CSS are the same thing. | False |
| Which tag makes a list item? | <li> |
| The <ul> tag makes a numbered list. | False |
| <p> Hello </p> is correct HTML. | True |
| How do we close <html>? | </html> |
| Many tags have an opening tag and a closing tag. | True |
| Which tag makes a table? | <table> |
| The <meta> tag is for pictures. | False |
| The <span> tag is for a small part of text. | True |
| Which tag is for a video? | <video> |
| The <strong> tag makes text bold and important. | True |
| HTML files end with: | .html |
| The <div> tag is used to make a block or section. | True |
| Which tag makes a numbered list? | <ol> |
| HTML code should be inside the <html> tag. | True |