Q1 | What is the correct HTML tag to create a multi-line text input with the default value "Type her... | |
---|
Q2 | How do you add a button with the type "button" and the value "Button" in HTML?
```
<form acti... | |
---|
Q3 | How would you add an input field with the type "email" and the placeholder "Enter your email"? ... | |
---|
Q4 | How can you add a caption with the text "Table title" to the following HTML table?
```
<table... | |
---|
Q5 | Set the size of the image to 120 pixels wide and 65 pixels tall by using the correct HTML image... | |
---|
Q6 | How would you display the "jshive.png" image using the correct HTML attribute? | |
---|
Q7 | How can you add a description to each term of the list below using the correct HTML tags?
```
... | |
---|
Q8 | Which HTML tag is used to display an unordered list?
```
_____
<li>List item 1<... | |
---|
Q9 | Which HTML tag should be used to display an ordered list in the following code snippet?
```
... | |
---|
Q10 | How can you add a "tooltip" to the link that says "Go to homepage" in the following code?
``... | |
---|
Q11 | Which HTML attribute should be used to make a link open in a new tab or window?
```
<a href... | |
---|
Q12 | How can you add importance to the word "HTML" in the paragraph below?
```
<p>______ HTML __... | |
---|
Q13 | How do you add HTML comment tags around a paragraph? | |
---|
Q14 | Which type should be used for an input that can contain only numbers in the following code?
... | |
---|
Q15 | Add the correct boolean attribute to specify that the video will automatically start playing as... | |
---|
Q16 | In the following code, what attribute should be added to specify that the <button> is disabled?... | |
---|
Q17 | Add the correct boolean attribute to specify that an `<input>` tag must automatically get focus... | |
---|
Q18 | Which of the following options correctly adds an alternate text for the image in the example be... | |
---|
Q19 | What attribute can you add to the following element to turn it into a link to "https://jshive.c... | |
---|
Q20 | What HTML code will set the size of an image to 120 pixels wide and 35 pixels tall? | |
---|
Q21 | How can you add a line break within the two sentences?
```
<p>HTML is the most basic buildi... | |
---|
Q22 | Add the correct end tags for the following code:
```
<h1>Welcome to_____
<span>My Websit... | |
---|
Q23 | Which of the following add a paragraph with the text "Lorem Ipsum" between the `<body>` and `<... | |
---|
Q24 | What HTML element will add a horizontal rule between the `<h1>` and `<h2>` headings?
<h1>H... | |
---|
Q25 | Which HTML tag would you use to create a heading with the text `Hello, World!`? | |
---|