Computer Science, asked by abcdefghij69, 6 months ago

which two tags let you create the (i) unnumbered lists (ii) numbered lists?​

Answers

Answered by deveshkumar48
4

Explanation:

HTML II (List , Tables and Forms)

HTML-II:

LISTS, TABLES AND FORMS

TYPE A: Very Short Answer Questions

1

What type of lists are supported by HTML?

Ans.

There are three types of lists are supported by HTML.

1. Unnumbered

2. Numbered

3. definition

2

Which three tags let you create the definition lists?

Ans.

1. <DL> - Definition list

2. <DT> - Definition term

3. <DD> - Definition description

3

Which two tags let you create the

(i) Unnumbered list? ii) Numbered list?

Ans.

(i) <UL>

(ii) <OL>

4

What is the table? Which tag is used to create tables in HTML?

Ans.

A table is a collection of rows and column. <TABLE> tag is used to create tables in HTML.

5

Which attributes are used to give border to table?

Ans.

BORDER attribute is used to give border to table.

6

Which attributes lets you control the display of select border sides of a table?

Ans.

FRAME attribute lets you control the display of select border sides of a table.

7

Which attribute is used to control the inside table border?

Ans.

RULES attribute is used to control the inside table border.

8

How is spacing in cells of table controlled?

Ans.

To control the spacing in cells, The CELLSPACING and CELLPADDING attributes can be used.

9

What is the role of ALIGN attribute of <TABLE> tag?

Ans.

Align attribute is used to align the table. It specifies the alignment of a table according to the surrounding text. It can

have values left, right or center.

10

What is the use of having a SUMMARY attribute in <TABLE> tag?

Ans.

The summary attribute specifies a summary of the content of a table. It makes no visual difference in ordinary web

browsers.

11

How can you specify following in a table?

(i) Background image ii) Background colour.

(ii) Table height vi) Table width.

Ans.

(i) <TABLE BACKGROUND = “D:\Bg3.jpg”>

(ii) <TABLE BGCOLOR = “RED”>

(iii) <TABLE HEIGHT = 100>

(iv) <TABLE WIDTH = 70>

12

Which tag is used to specify

(i) Table data? Ii) Table header? iii) Table row?

Ans.

(I) <TD>

(II) <TH>

(III) <TR>

13

Name the attributes used for following?

(i) Setting the cell width ii) Setting cell’s background image iii) Setting cell’s background colour

vi ) Changing the cell span v) Aligning cell contents vertically.

Ans.

(i) WIDTH

(ii) BACKGROUND

(iii) BGCOLOR

(iv) ROWSPAN AND COLSPAN

(v) VALIGN

14

What for are <TH> and <TR> tags used?

Ans.

<TH> is used for table header and <TR> is used for table row.

15

A set of header rows is defined using _______________ tag.

Ans.

A set of header rows is defined using < THEAD > tag.

16

What are forms?

Ans.

Forms are means to collect information/data from the site-visitor. It is done with the help of controls that collect the

information and send it over.

17

What do you understand by controls in forms?

Ans.

Users interact with forms through named controls. A control’s “control name” is given by its name attribute. Each

control has both an initial value and a current value, both of which are character strings.

18

Name different control types supported by HTML forms.

Ans.

1. Buttons

2. Checkboxes

3. Radio buttons

4. Menus

5. Password

6. Text input

7. Hidden controls

19

Write the tags to define the following:

(i) A text box

(ii) A text area

(iii) A radio button

(iv) A check box

(v) A password box

(vi) A pop up box

(vii) Submit button

(viii) A label.

Ans.

(i) <INPUT type = “text” >

(ii) <TEXTAREA>

(iii) <INPUT type = “radio”>

(iv) <INPUT type = “checkbox”>

(v) <INPUT type = “password”>

(vi) HTML does not have any pop component, for this we can use any scripting language.

(vii) <BUTTON type = “submit”>

(viii) <label for="male">label name</label>

please give me brainlist answers

Answered by amritanayak234
2

Answer:

this is the answer. please follow me.

Attachments:
Similar questions