हिंदी

Sumita Arora solutions for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० chapter 3 - HTML- I: Basic HTML Elements [Latest edition]

Advertisements

Chapters

Sumita Arora solutions for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० chapter 3 - HTML- I: Basic HTML Elements - Shaalaa.com
Advertisements

Solutions for Chapter 3: HTML- I: Basic HTML Elements

Below listed, you can find solutions for Chapter 3 of CBSE Sumita Arora for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १०.


Assisted PracticeAssignment
Assisted Practice [Pages 119 - 126]

Sumita Arora solutions for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० 3 HTML- I: Basic HTML Elements Assisted Practice [Pages 119 - 126]

1.Page 119

HTML is acronym for ______.

  • High Text Marker Language

  • Higher Text Markup Language

  • Hyper Text Markup Language

  • Hyper Transfer Makeup Language

2.Page 119

A coded HTML command that indicates how part of a web page is displayed is call ______.

  • Attribute

  • Tag

  • Style

  • All of these

3.Page 119

Which of the following tags identifies the document as an HTML document?

  • <HTML>

  • <HEAD>

  • <BODY>

  • <P>

4.Page 119

The tags that require a starting as well as ending tag are called ______.

  • Pair element

  • Twin Element

  • Container Element

  • Empty Element

5.Page 120

Which sequence of HTML tags is correct?

  • <html><head><title></title>

    </head><body></body></html>

  • <html><head><title><body>

    </title></head></body></html>

  • <html><head><title></head>

    <body></body></title></html>

  • <html><head><title><body>

    </body></title></head></html>

6.Page 120

To specify the background image for the document, Background attribute is used with which of the following tags?

  • <BODY>

  • <HTML>

  • <P>

  • None of these

7.Page 120

To define the basic font size, which of the following tag is used?

  • SIZE

  • BASEFONT

  • FONT

  • All of these

8.Page 120

The unnumbered lists can be created by ______ tag.

  • <UL>

  • <OL>

  • <LI>

  • Both (a) and (b)

  • Both (a) and (c)

  • Both (b) and (c)

9.Page 120

The numbered lists can be created by ______ tag.

  • <UL>

  • <OL>

  • <LI>

  • Both (a) and (b)

  • Both (a) and (c)

  • Both (b) and (c)

10.Page 120

Consider the following HTML code: 

<ol type='i'>
<li>First</li>
<li>Second</li>
<li>Third</li>
<li>Fourth</li> </ol>

Choose the correct output that would be shown upon execution of the above code, from the choices given below:

    1. First
    2. Second
    3. Third
    4. Fourth
    1. First
    2. Second
    3. Third
    4. Fourth
    1. First
    2. Second
    3. Third
    4. Fourth
    1. First
    2. Second
    3. Third
    4. Fourth
11.Page 120

We can create a numbered list using the ______ tag.

  • <UL>

  • <list>

  • <OL>

  • <DL>

12.Page 120

Identify which of the following type of list will create a bulleted list. 

  • Unordered

  • Ordered

  • Definition

  • Numbered

13.Page 120

In <OL> and <UL>, the style of bullet or number is defined by ______.

  • type attribute

  • style attribute

  • both (a) and (b)

  • None of the above

14.Page 120

Which of the following will produce a solid circle bullet when given as value of type with?

  • disc

  • circle

  • square

  • none of these

15.Page 120

Tag (s) required to create Description lists in HTML ______.

  • <DL>

  • <DL>

  • <DD>

  • All of the above

16.Page 120

An advantage of using basic HTML to create a document is that ______.

  • all word processors can display the document

  • all browsers can display the document

  • it will print better than a word processing document

  • it is easier to write in HTML

17.Page 120

Factors that affect how an HTML document looks on the monitor do not include ______.

  • operating system

  • window size

  • color depth

  • html tags

18.Page 121

Every HTML document must include the tags ______.

  • <html> </html>& <body> </body>

  • <body> </body> & at least one <p>

  • <html> </html> & <head> </head>

19.Page 121

If the HTML code looks like:

<font face="Arial" size="3" color="#000000">Welcome</font>

then the text would look like:

  • Welcome

  • Welcome

  • Welcome

  • Welcome

20.Page 121

Which attribute is not valid for <BODY> tag?

  • background

  • color

  • vlink

  • leftmargin

21.Page 121

Which attribute is NOT valid for the <body> tag?

  • background

  • color

  • vlink

  • bgcolor

22.Page 121

Which of these is NOT an attribute of the font tag?

  • color

  • face

  • type

  • size

23.Page 121

How can you make a text appear bold?

  • <b> text</b>

  • <strong> text</strong>

  • both (a) and (b)

  • neither

24.Page 121

Choose the correct HTML tag to make a text italic

  • <italic>

  •  <i>

  • <italicise>

  • all of these

25.Page 121

If the background image is smaller than the screen, what will happen?

  • It will be stretched

  • It will leave a blank space at the bottom of your page

  • It will be repeated

26.Page 121

The <title> tag belongs where in your HTML?

  • Head

  • Arm

  • Body

  • Foot

27.Page 121

Choose the correct HTML tag for the largest heading

  • <heading>

  • <h6> 

  • <head>

  • <h1>

28.Page 121

Besides, <B> another way to make text bold is what?

  • <strong>

  • <dark>

  • <fat>

  • foot

29.Page 121

Why should you specify a background color if you are using an image for the actual background of your page?

  • The background color will be shown until the image loads.

  • In case the image doesn't fit right.

  • So the text shows up better.

30.Page 121

All normal webpages consist of what two parts?

  • Head and body

  • Top and bottom

  • Body and frameset

31.Page 121

Container elements in HTML require ______.

  • Starting tag

  • Ending tag

  • Starting and Ending tag

  • None of these.

32.Page 121

Background attribute of <BODY> is used to ______.

  • give background color to web page.

  • load an image and use it as a background when displaying webpage.

  • insert an image within web page.

  • none of these.

33.Page 121

With which HTML tag do you apply attributes that modify text size, font-face, and color?

  • <font>

  • <mod>

  • <f>

  • <text>

34.Page 121

Which HTML tag would you apply the bgcolor attribute to in order to change the background color of the web page?

  • <html>

  • <head>

  • <body>

  • <p>

35.Page 121

Gagandeep has written the following code to display an image in the background of HTML document: 

<BODY BgGround = "Animals.jpeg">

but he is not getting the desired output. Help him in identifying correct code from the following :

  • <BODY Bg = "Animals.jpeg">

  • <BODY BACK = "Animals.jpeg">

  • <BODY BGIMAGE = "Animals.jpeg">

  • <BODY BACKGROUND = "Animals.jpeg">

36.Page 122

In which section of an HTML document do you enter the <P> element?

  • The body section

  • The footer section

  • The style sheet

  • The head section

37.Page 122

In which HTML element do you apply attributes that modify the background image?

  • The <html> element.

  • The <headl> element.

  • The <background> element.

  • The <body> element.

38.Page 122

Which of the following heading tags will cause a browser to render text at the largest default size?

  • <h3>

  • <h2>

  • <h5>

  • <h4>

39.Page 122

Which is the correct way to comment out something in HTML?

  • Using ## and #

  • Using <!-- and >

  • Using </-- and -/->

  • Using <!-- and -I>

40Page 122

Which of the following is the proper syntax to start an HTML comment?

  • <!--

  • <!>

  • <comment>

  • <notate>

41.Page 122

Which one of the following is the HTML tag used to insert a horizontal rule?

  • <h1>

  • <hr>

  • <rule>

  • <br>

42.Page 122

HTML tag to draw horizontal line ______.

  • <hl>

  • <hr>

  • <hline>

  • None of the above

43.Page 122

What HTML container tags do you apply to text to format the text as a paragraph?

  • <para></para>

  • <text></text>

  • <p></p>

  • <format style="para"></format>

44.Page 122

HTML provides us with ______ levels of headings that can be inserted into a web page.

  • 5

  • 6

  • 7

  • 8

45.Page 122

Which of the following options is an INVALID attribute of <font> tag in HTML?

  • face

  • width

  • size

  • color

46.Page 122

Which HTML tags cause browsers to rendertext as italics?

  • <text style = "italics"></text>

  • <ital></ital>

  • <i></i>

  • <b></b>

47.Page 122

Intrepret this statement ______.

  • It makes Michelle strong

  • It highlights Michelle as being strong

  • It will print out Michelle in bold font

  • It will print strong Michelle/strong

48.Page 122

Which one is correct? 

  • <b>Click Here<b>

  • <strong>Click Here<strong>

  • <b>Click Here</b>

  • </strong>Click Here</strong>

49.Page 122

The page title is inside the ______.

  • Body

  • Head

  • Division

  • Table

50.Page 122

To align multiple lines of text we use ______.

  • Justify 

  •  DIV

  • Align

  • None of these.

51.Page 122

The value of #FFFFFF is ______.

  • Black

  • White

  • Red

  • none of the above.

52.Page 122

The value of #000000 is ______.

  • Black

  • White

  • Red

  • none of the above

53.Page 123

In HTML, lists can be of ______.

  • unnumbered

  • numbered

  • definition

  • all of these

54.Page 123

To start a list at the count of 3, use which?

  • <ol start="3">

  • <ol begin="3">

  • <ol list="5">

55.Page 123

Which of the following is the correct way to create a list using the lowercase letters?

  • <ol alpha =a" >

  • <ol type = "a">

  • <ol letter = "a">

  • None of the above

56.Page 123

What is the correct HTML for adding a background color?

  • <body background="yellow">

  • <background>yellow</background>

  • <body style="background-color:white">

  • <body bgcolor="white">

57.Page 123

To create a bulleted list use?

  • <il>

  • <ul>

  • <ol>

58.Page 123

When making bulleted lists you have what options?

  • disc, circle, square

  • triangle, square, circle

  • square, disc, polygon

59.Page 123

Which one of the following is the list type that will create a bulleted list?

  • unordered

  • option

  • decorated

  • ordered

60.Page 123

The default starting value for an ordered list in HTML is ______.

  • i

  • 1

  • a

  • .

61.Page 123

HTML is a ______.

  • Package

  • Software

  • Language

  • None of these

62.Page 123

Choose the correct HTML tag to make the tex bold?

  • <B>

  • <BOLD>

  • <STRONG>

  • Both (a) & (c)

63.Page 123

Choose the correct HTML tag for the largest heading?

  • <H1>

  • <H6>

  • <H10>

  • <HEAD>

64.Page 123

Which of the following will result in the largest text size?

  • <H3>

  • <H6>

  • <H2>

  • <H4>

65. (a)Page 123

State True or False:

<BR> tag has its closed tag as </BR>

65. (b)Page 123

State True or False:

<P> tag has no closing tag

65. (c)Page 123

State True or False:

<HR> tag is same as <BR>

65. (d)Page 123

State True or False:

<KBD> tag is used to display tables

66.Page 123

In <BR> tag resets the paragraph alignment to the default left alignment. True or False?

67.Page 123

The textual content that appears in the source HTML document but is not rendered by the browser is called ______.

68.Page 123

Comments are enclosed in ______ and tags.

69.Page 123

By defaultproduces ______ a rule.

70.Page 123

______ text styles are handled in its own way by the browsers.

71.Page 123

To display an & on the web page, ______ is used in the source HTML code.

72.Page 123

Two tags break the line flow. These are ______ and ______.

73.Page 123

Background colour is set by ______ attribute and background graphics is set by ______ attribute of ______ tag.

74.Page 123

An element that only has a starting tag and no ending tag is ______ element.

Section B: Theoretical Questions.

1.Page 123

Write a sample HTML code to display an address in exactly the same way as given here:

2.Page 124

What is the difference between container tags and empty tags?

3.Page 124

Can you assign justified alignment to a paragraph in HTML?

4.Page 124

What is the difference between <BASEFONT> and <FONT> tags?

5. (i)Page 124

What are logical text styles?

5. (ii)Page 124

What are physical text styles?

6.Page 124

Write the difference between <OL> and <UL> tags in HTML. Also write suitable examples of each to illustrate the difference.

7.Page 124

What is wrong with following coding?

<OL type = "a" start = "d">

8.Page 124

What is wrong with following coding?

<UL type = "a" start = 4>

9.Page 124

Differentiate between container and empty elements of HTML.

10.Page 124

Identify the errors and write the corrected HTML statements:

  1. <BODY BACKGROUND="Red">
  2. <FONT TYPE="Arial">

Section C: Application Oriented Problems (Summative Assessment)

1.Page 125

Consider the following web page:

  1. The address of this website is ______.
    1. Welcome to Cheap Books
    2. Welcome to Cheap Books
    3. Company information
    4. www.cheapbooks.com
  2. The menu at P can be used to ______.
    1. send an attachment to a mailing list
    2. copy and paste the information
    3. save the page on a disk
    4. bookmark the web page
  3. To use the Internet to go to other web pages available through buttons the user should use ______.
    1. directory search tools
    2. find and replace
    3. a search engine
    4. click on hyperlinks
  4. The type of software application used to view this web page is ______.
    1. browser
    2. database
    3. spreadsheet
    4. word processing
2.Page 125

Consider the following web page:

  1. www.ringshop.com is ______.
    1. a link 
    2. an email address 
    3. a website address 
    4. a teletext address
  2. The image at P is a ______.
    1. search engine
    2. bullet point
    3. hyperlink
    4. hotspot
  3. The symbol in the line of text at Q means that this web page is ______.
    1. copied
    2. current
    3. copyright
    4. confidential
  4. Which of the following tags, do you think is/are used to create the list shown in the web page?
    1. List
    2. OL and LI
    3. UL and LI
    4. OL and START
3.Page 126

Carefully study the Webpage given below. Identify 10 tags (structural as well asformatting tags) that have been utilized in creating this webpage and write the usage of each of them.

4.Page 126

Write HTML code to display the unordered list (with square bullets) of two cities “DELHІ” and “MUMBAI”. The web page should have a yellow background and the title of the page should be ‘My Cities’.

Assignment [Page 127]

Sumita Arora solutions for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० 3 HTML- I: Basic HTML Elements Assignment [Page 127]

Type A: Theoretical Questions

1.Page 127

HIML stands for ______.

Solutions for 3: HTML- I: Basic HTML Elements

Assisted PracticeAssignment
Sumita Arora solutions for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० chapter 3 - HTML- I: Basic HTML Elements - Shaalaa.com

Sumita Arora solutions for कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० chapter 3 - HTML- I: Basic HTML Elements

Shaalaa.com has the CBSE Mathematics कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० CBSE solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Sumita Arora solutions for Mathematics कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० CBSE 3 (HTML- I: Basic HTML Elements) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Sumita Arora textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० chapter 3 HTML- I: Basic HTML Elements are Introduction to HyperText Markup Language (HTML), HTML Structure, Getting Started With HTML Programming, Basics of HTML Tags, Style Tags, Lists in HTML, Images in HTML, Links in HTML, Superscript and Subscript in HTML, Tables in HTML, Forms in HTML, Cascading Style Sheets in HTML, Embed Audio and Video in HTML Page, Different Controls Supported by HTML Form.

Using Sumita Arora कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० solutions HTML- I: Basic HTML Elements exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Sumita Arora Solutions are essential questions that can be asked in the final exam. Maximum CBSE कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० students prefer Sumita Arora Textbook Solutions to score more in exams.

Get the free view of Chapter 3, HTML- I: Basic HTML Elements कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० additional questions for Mathematics कंप्युटर ऐप्लकैशन [अंग्रेजी] कक्षा १० CBSE, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×