{"id":37012,"date":"2022-01-25T17:37:56","date_gmt":"2022-01-25T12:07:56","guid":{"rendered":"https:\/\/mcq-questions.com\/?p=37012"},"modified":"2022-02-25T09:34:23","modified_gmt":"2022-02-25T04:04:23","slug":"mcq-questions-for-class-10-computer-applications-chapter-6","status":"publish","type":"post","link":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-6\/","title":{"rendered":"MCQ Questions for Class 10 Computer Applications Chapter 6 HTML Advanced-Tables, Lists and Links"},"content":{"rendered":"

HTML Advanced-Tables, Lists and Links Class 10 MCQ Questions with Answers<\/h2>\n

Question 1.<\/p>\n

In <OL> and <UL>, the style of bullet or number is defined by:<\/h2>\n

(A) type attribute
\n(B) style attribute
\n(C) both (A) and (B)
\n(D) None of the these
\nAnswer:
\n(A) type attribute<\/p>\n

Explanation:
\nThe type attribute of <OL> and <UL> tags is used to define the type of bulleted and numbered list required by the user,<\/p>\n

\"MCQ<\/p>\n

Question 2.<\/p>\n

Which of the following will produce a solid circle bullet when given as a type for <UL>?<\/h2>\n

(A) circle
\n(B) square
\n(C) disc
\n(D) none of these
\nAnswer:
\n(C) disc<\/p>\n

Explanation:
\nThe syntax <UL type=”disc”> will display a bulleted list with disc.<\/p>\n

Question 3.<\/p>\n

A …….. can be inserted in HTML document which can act as a container for all the input elements.<\/h2>\n

(A) Text field
\n(B) Text area
\n(C) Form
\n(D) Command Button
\nAnswer:
\n(C) Form<\/p>\n

Explanation:
\nHTML Form is a document which stores information of a user on a web server using interactive controls.<\/p>\n

Question 4.<\/p>\n

………. method is used to sent form data as URL variables.<\/h2>\n

(A) Get
\n(B) Set
\n(C) Post
\n(D) None of these
\nAnswer:
\n(A) Get<\/p>\n

Explanation:
\nSome other features of GET requests are: GET requests can be cached. GET request remains in the browser history.<\/p>\n

Question 5.<\/p>\n

…………… method is used to sent form data as HTTP Post.<\/h2>\n

(A) Get
\n(B) Set
\n(C) Post
\n(D) None of these
\nAnswer:
\n(C) Post
\nExplanation:
\nSome features of POST requests are:<\/p>\n