STD-10 Computer Chapter:4 List and Table Handling in HTML

1. Which of the following is specified by <ul> in HTML?
 a. Simple list
b. Ordered list
c. Unordered list
d. Simple table

2. Which of the following is specified by <ol> in HTML?
a. Simple list
b. Ordered list
c. Unordered list
d. Simple table

3. Which of the following tag pairs identifies items of list?
a. <li> and </li>
b. <items> and </items>
c. <object> and <objects>
d. <table> and </table>

4. Which of the following tag pairs are used to print list without bullets?
a. <ol> and </ol>
b. <ul> and </ul>
c. <dt> and </dt>
d. <pt> and </pt>

5. Which of the following tag pairs are used to define a row of a table?
a. <tr> and </tr>
b. <td> and </td>
c. <th> and </th>
d. <row> and </row>

6. Which of the following attributes is used when a cell spans across more than one raw?
a. Colspan
b. Rowspan
c. Span
d. Scope

7. Which of the following is used to divide bowser windows into multiple parts?
a. Frameset
b. Elements
c. Layout
d. Design

8. Which of the following is used to display an alternative content, in case browser does not support frames?
a. Noframes
b. Yesframes
c. Falseframes
d. Trueframes

9. Which of the following can be changed in an ordered list in HTML?
a. Order of the items
b. Start Number
c. Number style
d. All of these

10. Which of the following is an option entity in an HTML table?
a. Caption of the table
b. Heading of the table
c. Grouping of columns of the table
d. All of the above

11 comments:

STD-10 Computer Chapter:3 Handling Images in HTML

1. Which of the following tag is used to insert a video file into an HTML document?
a. Img
b. Image
c. Href
d. Ime

2. As the image element does not cause a line break, it is also referred to as which of the following?
a. An outline image
b. An inline image
c. An online image
d. Blank image

3. Which one of the following is a valid image file format?
a. Img
b. Mp3
c. Png
d. Mkv

4. Which of the following is provided when we use alt attribute of an image?
a. Alternative description
b. Alt key definition
c. Alternative image
d. Alternative HTML link

5. Which of the following attributes specify the value of height and width of the image in pixels?
a. Img src
b. Height and width
c. H and V
d. Any of the above

6. Which of the following is not a valid image format?
a. .imv
b. .png
c. .bmp
d. .jpg

7. Which of the following are the two types of image maps?
a. Shopper side and user side
b. Server side and client side
c. Vendor side and supplier side
d. All of the above

8. Which of the following concept is used to display whole image as a link?
a. Image as hot spot
b. Hot text
c. Active link
d. Any of this

9. Which of the following tag is used to add an image map?
a. Image name
b. Htemp
c. Map
d. Alt



14 comments:

STD-10 Computer Chapter:2 Head and Body Sections

1. Which of the following form basic two sections of an HTML code?
a. Head and body
b. Physical and logical
c. Code and browser
d. Meta-tags and body

2. The meta-tags in an HTML document are written in which of the following section?
a. Body
b. Head
c. Code
d. Special

3. Which of the following about a web page is described when a meta-tag is used in HTML page?
a. Author, purpose and keywords
b. Layout
c. Style
d. Size

4. Title of a web page is embedded within which of the following tag?
a. <p> and </p>
b. <body> and </body>
c. <title> and </title>
d. <h1> and </h1>

5. In which of the following sections can we add comments in HTML document?
a. Head
b. Body
c. Both head and body
d. None of the above

6. Which of the following is used to specify a color in HTML code?
a. Color code in hexadecimal
b. Color code in decimal
c. Color code in Binary
d. Color mixing model

7. Which of the following is used to set a visited link in HTML code?
a. alink
b. vlink
c. before link
d. after link

8. Which of the following is used to set a active link in HTML code?
a. alink
b. vlink
c. before link
d. after link

9. Which of the following are two broad classes of formatting character in HTML?
a. Physical and Logical
b. Internal and external
c. Temporary and permanent
d. Head and body

23 comments:

STD-10 Computer Chapter:1 Introduction to HTML

1. To display the web content, which mark-up language is needed?
a. CML
b. HTML
c. NML
d. WML

2. Which of the following is considered as a language for describing web page?
a. HTML
b. WML
c. NML
d. CML

3. Which of the following is the full form of HTML?
a. Hot Text Manipulation Language
b. Hyper Text Manipulation Law
c. Hyper Text Markup Language
d. Hidden Text Markup Language

4. Which of the following is the full form of SGML?
a. Standardized General Markup Language
b. System General Manipulation Law
c. Standardized Genome Markup Law
d. Standardized Gigabyte Markup Language

5. Which of the following refers to an HTML element?
a. An opening tag, content and a closing tag
b. Angular brackets
c. Content
d. Any of these

6. Which of the following can be used to specify additional formatting along with an HTML elements?
a. Numbers
b. Attributes
c. Comments
d. Contents

7. Which of the following refers to a singular tags that do not require contents?
a. Compete
b. Empty
c. Null
d. Void

8. Which of the following attributes type can appear along with an tag?
a. Unique
b. Universal
c. Trivial
d. Preliminary

9. Which type of information can be incorporated in an HTML document?
a. Multimedia information
b. Text information
c. Address and path of filename
d. All of these

10. Which of the following is an editor to edit an HTML document?
a. SciTE
b. BriTE
c. LigHT
d. SpriTE

46 comments: