- Engineering
- Computer Science
- 1 the tag ltulgt will list items using plan bullets...
Question: 1 the tag ltulgt will list items using plan bullets...
Question details
1. The tag <ul> will list items using plan bullets
(A) true (B) false
2.The tag <ol> arranges your item in the same as they are
arranged in a dictionary.
(A) true (B) false
3. The tag <dd> defines a term link in a disctionary.
(A) true (B) false
4. The tag <li> defines an item in a list.
(A) true (B) false
5. You use the attribute type for the tag <ol> or
the tag <ul> to specify the type of numbering you like or the
type of bullet you like.
(A) true (B) false
6. When used for an ordered list, the default value for the
attribute type is disc.
(A) true (B) false
7. When used for an ordered list, by default, it is a number.
(A) true (B) false
8. The attribute, start, for the tag <ul> specifies
the starting point of numbering you need.
(A) true (B) false
9.The HTML tables are created using the <table> tag in which
the <tr> tag is used to create table rows and <td> tag
is used to create data cells.
(A) true (B) false
10. The tag <border> is used to put a border across all the
cells of a table.
(A) true (B) false
11. Table heading can be defined using <th> tag that must be
used for the first row of a HTML table.
(A) true (B) false
12. The tag <cellspacing> defines the width of the border of
a HTML table.
(A) true (B) false
13. The attribute, cellpadding, represents the distance
between cell borders and the content within a cell.
(A) true (B) false
14. You can use the tag <colspan> if you want to merge two or
more columns into a single column.
(A) true (B) false
15. You can use the attribute rowspan if you want to merge two or
more rows.
(A) true (B) false
16. You can use the attribute, bordercolor, to set border color of
a table.
(A) true (B) false
17. You can use the tag <bgcolor> to set background color for
whole table or just for one cell.
(A) true (B) false
18. You can use the tag <background> to set background image
for whole table or just for one cell.
(A) true (B) false
19. You can use the tag <width> to specify the width of a
HTML table.
(A) true (B) false
20. You can use one table inside another table.
(A) true (B) false
21. The HTML <form> tag is used for creating an HTML
form.
(A) true (B) false
22. An HTML form can have the attributes, such as action, method,
and target.
(A) true (B) false
23. The attribute, action, specify a backend script to
process the data passed from the form.
(A) true (B) false
24. The tag <method> is used to upload data embedded in a
HTML form.
(A) true (B) false
Solution by an expert tutor
