click below
click below
Normal Size Small Size show me how
HTML
basic quiz for level A2
| Question | Answer |
|---|---|
| What tag creates a paragraph? | <p> |
| Which tag is a main heading? | <h1> |
| What tag inserts an image? | <img> |
| Which element creates a link? | <a> |
| What tag creates a bullet list? | <ul> |
| What element is a list item? | <li> |
| Which tag breaks a line? | <br> |
| What tag makes text bold? | <b> |
| What tag makes text italic? | <i> |
| What tag creates a numbered list? | <ol> |
| Which tag contains the visible page content? | <body> |
| Which tag contains information about the page (not visible)? | <head> |
| Which element is used for a small clickable button? | <button> |
| What attribute is required in an image tag? | src |
| What tag is used for the top part of a website? | <header> |
| What tag is used for the bottom part of a website? | <footer> |
| Which tag groups content into a section? | <section> |
| Which tag shows a clickable list of links (menu)? | <nav> |
| Which tag is used for a short text input box? | <input> |
| What tag is used to create a table? | <table> |