Welcome To HTML Quiz

Test your knowledge in HTML fundamentals

1. We can make a table scroll-able by using following property ?

move
overflow:auto
marque: auto
scroll

2.Which of the following is the correct way of writing a multi line comment in HTML?

<!-- comment -->
/*comment*/
<!- Write your comments here -->
<-- Write your comments here --! >

3.If we want to start our text with some distance from border, which attribute we would use??

padding
distance
text-indent
margin

4. In order to give a common styling to multiple divisions, we define our styles using _____________.

inline css
span
external css
class

5.In HTML image, we want to open multiple links while clicking different image areas, we should use a ___________.

map
a
link
href


Back To Home