click below
click below
Normal Size Small Size show me how
LHS_compscience
| Question | Answer |
|---|---|
| What does Html stand for ? | Hyper Text Markup Language |
| What is the correct HTML element for inserting a line break ? | <br> |
| What is the correct HTML element for the largest heading ? | <p> |
| Which of these is a boolean data type ? | True |
| Which of these is a number date type ? | 32 |
| Which of these is a string date type ? | Hello |
| This tag tells the browser that this is an HTML document ? | HTML |
| This tag defines a paragraph. Browser automatically add some space (margin) before an after each element. | <p> |
| This HTML tag defines the main content of the HTMl document or the section of the HTML document that will be directly visible on your web page. | <body> |
| What is the html code to insert an image link in your website ? | <img> |