a) <a href = "mailto: xy@y"> b) <a href = "xy@y"> c) <mail xy@y</mail> d) None of the above Answer: a
View QuestionWhich one of the following can be used to define the spacing between the cells of a table?
a) border-spacing b) spacing c) cell-spacing d) table-spacing Answer: a Explanation: By setting the value of border-spacing, ...
View QuestionChoose the correct option.
a) destination address is specified as value of href between and tag. b) address specified as value of ...
View QuestionWhich of the following tag is used to add rows in the table?
a) <td>and</td> b) <th>and</th> c) <tr>and</tr> d) None of the above Answer: c Explanation: The <tr> tag in HTML is used to define the rows ...
View QuestionWhat will the browser display for the above HTML code?
What will the browser display for the above HTML code? ...
View QuestionHow to create a checkbox in HTML?
a) <input type = "checkbox"> b) <input type = "button"> c) <checkbox> d) <input type = "check">
View QuestionHow to create an unordered list (a list with the list items in bullets) in HTML?
a) <ul> b) <ol> c) <li> d) <i> Answer: a Explanation: The <ul> tag in HTML is ...
View QuestionHTML tags are enclosed in-
a) # and # b) { and } c) ! and ? d) < and > Answer: d Explanation: ...
View QuestionThe tags in HTML are –
a) case-sensitive b) in upper case c) not case sensitive d) in lowercase Answer: c Explanation: HTML is a ...
View QuestionHow to insert an image in HTML?
a) <img href = "jtp.png" /> b) <img url = "jtp.png" /> c) <img link = "jtp.png" /> d) <img ...
View Question