{"id":37007,"date":"2022-01-25T17:37:05","date_gmt":"2022-01-25T12:07:05","guid":{"rendered":"https:\/\/mcq-questions.com\/?p=37007"},"modified":"2022-02-25T09:31:29","modified_gmt":"2022-02-25T04:01:29","slug":"mcq-questions-for-class-10-computer-applications-chapter-5","status":"publish","type":"post","link":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/","title":{"rendered":"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics"},"content":{"rendered":"

HTML Basics Class 10 MCQ Questions with Answers<\/h2>\n

Question 1.<\/p>\n

HTML is what type of language?<\/h2>\n

(A) Scripting Language
\n(B) Markup Language
\n(C) Programming Language
\n(D) Network Protocol
\nAnswer:
\n(B) Markup Language<\/p>\n

Explanation:
\nHTML is a markup language 1 used to build web pages and web applications.<\/p>\n

\"MCQ<\/p>\n

Question 2.<\/p>\n

Apart from <b> tag, what other tag makes text bold?<\/h2>\n

(A) <fat>
\n(B) <strong>
\n(C) <black>
\n(D) <emp>
\nAnswer:
\n(B) <strong><\/p>\n

Explanation:
\nThe HTML <strong> tag gives text a strong emphasis which traditionally means that the text is displayed as bold by the browser. This tag is also commonly referred to as the <strong> element.<\/p>\n

Question 3.<\/p>\n

How is a tag enclosed?<\/h2>\n

(A) ()
\n(B) <>
\n(C) []
\n(D) {>
\nAnswer:
\n(B) <><\/p>\n

Explanation:
\nA tag is an HTML code that defines every structure on an HTML page. They also define the placement of text, images, links in an HTML document. HTML tags begins with “less-than” symbol (<) and end with “greater-than” symbol (>). These symbols are also called angular brackets. A start tag marks the beginning of a tag and its syntax is: <TAGNAME>. An end tag marks the end of a tag and its syntax is: <\/i\u2019AGNAME>.<\/p>\n

Question 4.<\/p>\n

We can view the source code of html document in:<\/h2>\n

(A) Notepad
\n(B) PowerPoint
\n(C) Excel
\n(D) Paint
\nAnswer:
\n(A) Notepad<\/p>\n

Explanation:
\nText editors are used by the users who have complete knowledge of HTML. The source code to create a web page are to be written in text editors. The two most commonly used text editors are Notepad and WordPad.<\/p>\n

Question 5.<\/p>\n

The value of #EFFFFFis .<\/h2>\n

(A) Green
\n(B) Black
\n(C) White
\n(D) Yeiiow
\nAnswer:
\n(C) White<\/p>\n

Explanation:
\nThe RGB code for black is #000000 The RGB code for green is #008000 1 The RGB code for yellow is #FFFF0O<\/p>\n

Question 6.<\/p>\n

Which attribute does not come in <HR> tag?<\/h2>\n

(A) Size
\n(B) Color
\n(C) Width
\n(D) Length
\nAnswer:
\n(D) Length<\/p>\n

Explanation:
\nThe short form of Horizontal Rule tag is <HR> tag. It draws a horizontal line through the part of the page to divide the page into two sections. The <HR> tag is an empty tag that creates a shaded horizontal rule (line) between text.<\/p>\n

Question 7.<\/p>\n

To display (x+y)2<\/sup>, correct HTML code is<\/h2>\n

(A) <SUB> (X+Y)2<\/SUB>
\n(B) X+Y < SUP> 2 <\/SUP >
\n(C) (X+Y) <SUP> 2 <\/SUP>
\n(D) <SUP> (X+Y)2<\/SUP>
\nAnswer:
\n(C) (X+Y) <SUP> 2 <\/SUP><\/p>\n

Explanation:
\nThe <SUP> tag is used to display the text as superscript. The superscript text will appear half a character height above the other characters.<\/p>\n

\"MCQ<\/p>\n

Question 8.<\/p>\n

The………….. tag is used to display the text as subscript.<\/h2>\n

(A) <ins>
\n(B) <SUB>
\n(C) <em>
\n(D)<strong>
\nAnswer:
\n(B) <SUB><\/p>\n

Explanation:
\nThe subscript text will appear half a character height beneath the other characters.<\/p>\n

Question 9.<\/p>\n

……………. defines the largest heading.<\/h2>\n

(A) <H1>
\n(B) <H2>
\n(C) <H3>
\n(D) <H4>
\nAnswer:
\n(A) <H1><\/p>\n

Explanation:
\n<H1> is the largest heading and <H6> is the smallest heading.<\/p>\n

Question 10.<\/p>\n

BACKGROUND is an attribute of:<\/h2>\n

(A) <BODY> tag
\n(B) <FONT> tag
\n(C) <IMG> tag
\n(D) <A> tag
\nAnswer:
\n(A) <BODY> tag<\/p>\n

Explanation:
\nThe <body> element contains the entire content of a web page. This tag is also commonly referred to as the <body> element. It must be the second element inside of the parent <html> element, following only the <head> element.<\/p>\n

Question 11.<\/p>\n

Which of the following is not a browser?<\/h2>\n

(A) Microsoft Bing
\n(B) Netscape Navigator
\n(C) Mozilla Firefox
\n(D) Opera
\nAnswer:
\n(A) Microsoft Bing<\/p>\n

Explanation:
\nMicrosoft Bing is a web search engine owned and operated by Microsoft. The service has its origins in Microsoft’s previous search engines: MSN Search, Windows Live \u2018 Search and later Live Search.<\/p>\n

Question 12.<\/p>\n

The tag contains the title of the document.<\/h2>\n

(A) HTML
\n(B) HEAD
\n(C) BODY
\n(D) < TITLE >
\nAnswer:
\n(D) < TITLE ><\/p>\n

Question 13.<\/p>\n

The value of #0000FF is:<\/h2>\n

(A) Blue
\n(B) White
\n(C) Red
\n(D) none of the above
\nAnswer:
\n(A) Blue<\/p>\n

Explanation:
\nThe RGB color code of white is #FFFFFF The RGB color code of red is<\/p>\n

Assertion and Reason Based MCQs<\/span><\/p>\n

Directions: In the following questions, A statement of Assertion (A) is followed by a statement of Reason (R). Mark the correct choice as.
\n(A) Both A and R are true and R is the correct explanation of A
\n(B) Both A and R are true but R is Not the correct explanation of A
\n(C) A is true and R is false
\n(D) A is false and R is true<\/p>\n

Question 1.<\/p>\n

Assertion(A): The source code to create a web page are to be written in text editors.
\nReason(R): Text editors are used by the users who have complete knowledge of HTML.<\/h2>\n

Answer:
\n(B) Both A and R are true but R is Not the correct explanation of A<\/p>\n

Explanation:
\nIn the text editors, the user who had the complete knowledge of HTML code used them. The two most commonly used text editors are Notepad and WordPad.<\/p>\n

Question 2.<\/p>\n

Assertion(A): The <!DOCTYPE> declaration is not an HTML tag.
\nReason(R): The <!DOCTYPE> is an instruction to the web browser about what version of HTML the page is written in.<\/h2>\n

Answer:
\n(B) Both A and R are true but R is Not the correct explanation of A<\/p>\n

Explanation:
\nThe <!DOCTYPE> dedarationmustbethevery first thing in your HTML document, before the <html> tag. It must be present at the top of the document and should be written as follows: c.’DOCTYPE htmi><\/p>\n

\"MCQ<\/p>\n

Question 3.<\/p>\n

Assertion(A): With HTML, you can develop and publish documents and data with headings, text, tables, lists, hyperlinks, photos, etc., in static form.
\nReason(R): You can create forms for managing transactions, for use in searching the information, making reservations, ordering products, etc.<\/h2>\n

Answer:
\n(B) Both A and R are true but R is Not the correct explanation of A<\/p>\n

Explanation:
\nHTML is used to design and create a web page. It is used as a scripting language. Besides HTML, there are other languages also like Java, PHP .NET, etc. using which websites can be created. With the commands or tags available in HTML you can add spreadsheets, video clips, sound clips, presentations and other applications directly in the web page.<\/p>\n

Question 4.<\/p>\n

Assertion(A): HTML is a platform independent language.
\nReason(R): As the same HTML program works on any operating system without any modification.<\/h2>\n

Answer:
\n(A) Both A and R are true and R is the correct explanation of A
\nExplanation:
\nIn computing, cross-platform software is a computer software that is implemented on multiple computing platforms.<\/p>\n

Question 5.<\/p>\n

Assertion(A): In HTML, the tag <HTML>is same as <html>.
\nReason(R): HTML is not a case sensitive language<\/h2>\n

Answer:
\n(A) Both A and R are true and R is the correct explanation of A<\/p>\n

Explanation:
\nCase sensitive means both uppercase and lowercase letters are treated as same. Thus, in HTML, tag and attributes are not case-sensitive.<\/p>\n

Question 6.<\/p>\n

Assertion(A): Attributes provides additional information about HTML elements used to create a web page.
\nReason(R): Attributes are always mentioned in the end tag.<\/h2>\n

Answer:
\n(C) A is true and R is false<\/p>\n

Explanation:
\nAttributes gives some additional information about the tag. All HTML elements can have their own attributes. Attributes are always mentioned in the start tag.<\/p>\n

Case-Based MCQs<\/span><\/p>\n

Attempt any ? sub-parts from each question. Each sub-part carries 1 mark.
\nI. HTML can be used to insert images in the following formats: GIF (Graphics Interchange Format) XBM (X Bitmap) JPG or JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) The <IMG> tag is used to insert an image in a web page. It is very important to know that images are not technical part of the web page file, they are separate files which are inserted into the web page, when it is viewed by a browser.
\nSo, a simple web page with one image is actually two files. When an HTML file is displayed in a browser, it requests the image file and places it on the web page where the tag appears.<\/p>\n

Question 1.<\/p>\n

Web browsers display images in the following format<\/h2>\n

(A) XBM
\n(B) JPEG
\n(C) GIF
\n(D) All of these
\nAnswer:
\n(D) All of these<\/p>\n

Explanation:
\nHTML supports various formats of the images, like Graphics Interchange Format (GIF), Joint Photographic Experts Group (JPEG), etc. GIF is limited to an 8-bit palette or 256 colors. This makes the GIF format suitable for storing graphics with relatively few colors such as simple diagrams, shapes, logos and cartoon style images whereas JPEG is the best format for photographers. It contains million colors.<\/p>\n

\"MCQ<\/p>\n

Question 2.<\/p>\n

Which tag is used to insert an image in web page?<\/h2>\n

(A) <A>
\n(B) <TABLE>
\n(C) <IMG>
\n(D) <P>
\nAnswer:
\n(C) <IMG><\/p>\n

Explanation:
\nImages can enhance the appearance and the design of a web page. In HTML, the <IMG> tag is used to define images. The <IMG> tag at a minimum, takes two attributes, ALT and SRC.<\/p>\n

Question 3.<\/p>\n

The correct HTML code for inserting an image is :<\/h2>\n

(A) <IMG href=”image.gif”>
\n(B) <IMG> image.gif<\/gif>
\n(C) < IMG src = “image.gif “>
\n(D) cIMAGE src = “image.gif”>
\nAnswer:
\n(C) < IMG src = “image.gif “><\/p>\n

Explanation:
\nThe syntax of inserting an image in a web page is: <IMG SRC=”URL”> The URL points to the location where the image is stored. The browser puts the image where the image tag occurs in the document.<\/p>\n

Question 4.<\/p>\n

src attribute used with <IMG> tag stands for :<\/h2>\n

(A) screen
\n(B) screen resolution count
\n(C) source
\n(D) structure
\nAnswer:
\n(C) source<\/p>\n

Explanation:
\nThe SRC attribute is used to specify the URL of the image. The SRC attribute is mandatory to insert an image.<\/p>\n

Question 5<\/p>\n

attribute is used to specify the location of an image file.<\/h2>\n

(A) alt
\n(B) src
\n(C) align
\n(D) name
\nAnswer:
\n(B) src<\/p>\n

Explanation:
\nThe SRC attribute is used to give te URL of an image. It is compulsory to use this attribute to insert an image.<\/p>\n

Question 6.<\/p>\n

The alternate text of an image can be displayed by using the <IMG> tag.<\/h2>\n

(A) src
\n(B) alt
\n(C) align
\n(D) None of these
\nAnswer:
\n(B) alt<\/p>\n

Explanation:
\nThe Alt attribute contains the alternate text for an image. It appears on the web page if image does not appear on the web page due to some reason.
\nSyntax: <IMG SRC=”URL” ALT=”Text” ><\/p>\n

\"MCQ<\/p>\n

Question 7.<\/p>\n

alt attribute allows<\/h2>\n

(A) addition of an alternate hyperlink
\n(B) addition of a border to image
\n(C) use of an alternate image in place of the specified image
\n(D) addition of alternate text about an image Answer:Option (D) is correct.<\/p>\n

Explanation:
\nThe text in the ALT attribute appears whenever the image is not shown by the browser for some reason.<\/p>\n

II. HTML Structure
\nHTML document is a combination of various tags, which define the structure and appearance of the web page. Following four basic elements are always present in every HTML document:<\/p>\n

The <HTML> tag tells the browser that this is an HTML document. You must begin your html files with this tag and must end your HTML file with matching closing tag.<\/p>\n

The <HEAD > tag is used for text and tags that do not appear directly on the web page. It acts as a header of file and contains some information like setting the title of the web page.<\/p>\n

The < TITLE > tag contains the document title. This tag lies between <HEAD> and <\/HEAD > tags. The title specified inside this tag appears on the browser’s title bar.<\/p>\n

The <BODY> tag is used for text and tags that appears directly on the web page. It helps us to create a look and feel of the web page. It holds all your content words, pictures and other stuff.<\/p>\n

Question 1.<\/p>\n

An example of HTML editor is :<\/h2>\n

(A) Notepad
\n(B) Dreamweaver
\n(C) Microsoft frontpage
\n(D) All of these
\nAnswer:
\n(D) All of these<\/p>\n

Explanation:
\nBoth Dreamweaver and Microsoft Frontpage areWYSIWYG editors. Notepad is a text editor.<\/p>\n

Question 2.<\/p>\n

The meaning of M in HTML is :<\/h2>\n

(A) Management
\n(B) Markup
\n(C) Modified
\n(D) Machine
\nAnswer:
\n(B) Markup<\/p>\n

Explanation:
\nHTML is a HyperText Markup Language which is the most widely used language to create web pages of a website.<\/p>\n

Question 3.<\/p>\n

Which of the following is the correct code of HTML page?<\/h2>\n

(A) <HTML>
\n(B) <HTML>
\n<HEAD> <TITLE> Hello
\n<\/HEADS >
\n<\/HTML>
\n(C) <HTML>
\n<BODY> Hello
\n<\/HTML>
\n(D) <HTML>
\n<HEAD> Hello <BODYs <\/HTMLs
\nAnswer:
\n(B) <HTML>
\n<HEAD> <TITLE> Hello
\n<\/HEADS >
\n<\/HTML><\/p>\n

Explanation:
\nThe structure of a HTML page is: <HTML>
\n<HEAD>
\n< title > Document header <\/title>
\n<\/HEAD>
\n<BODY>
\nContents
\n<\/body>
\n<\/html><\/p>\n

Question 4.<\/p>\n

Tags and text that do not display directly on the web page are placed in :<\/h2>\n

(A) BODY
\n(B) TABLE
\n(C) HEAD
\n(D) TITLE
\nAnswer:
\n(C) HEAD<\/p>\n

Explanation:
\nThe <HEAD> tag defines the document header. It contains the information about a document’s title and style descriptions. It is written inside HTML tag. Syntax: <HEAD>…………<\/HEAD><\/p>\n

\"MCQ<\/p>\n

Question 5.<\/p>\n

A web page normally consists of:<\/h2>\n

(A) head and body
\n(B) top and bottom
\n(C) body and font
\n(D) body and title
\nAnswer:
\n(A) head and body<\/p>\n

Explanation:
\nAn HTML document contains two distinct parts, the head section and the body section. The head section contains information about the document that is not displayed on the screen. The body section contains the elements that are to be displayed on the web page. Every HTML document should start by declaring that it is an HTML document.<\/p>\n

Question 6.<\/p>\n

Where do you place the < TITLE > tag in a HTML?<\/h2>\n

(A) BODY
\n(B) HEAD
\n(C) TITLE
\n(D) FONT
\nAnswer:
\n(B) HEAD<\/p>\n

Explanation:
\nThe <TITLE> tag contains the title of the document. The title is displayed in the title bar at the top of the web browser. The title must be contained in the head section. Syntax: < TITLE > <\/title><\/p>\n

Question 7.<\/p>\n

Which section is used for text and tags that are shown directly on your web pages?<\/h2>\n

(A) Meta
\n(B) Head
\n(C) Body
\n(D) Table
\nAnswer:
\n(C) Body<\/p>\n

Explanation:
\nThe <body> element contains the entire content of a web page. This tag is also commonly referred to as the <body> element. It must be the second element inside of the parent <html> element, following only the <head> element. Syntax: <body> <\/body><\/p>\n

III. HTML AND ITS CAPABILITIES
\nHTML is the most widely used language to create web pages of a website. With CSS and JavaScript, it forms a pillar of web technologies for the World Wide Web. With HTML, you can develop and publish documents and data with headings, text, tables, lists, hyperlinks, photos, etc., in static form. You can create forms for managing transactions, for use in searching the information, making reservations, ordering products, etc.
\nHTML is an ideal software used to design and create a web page. It is used as a scripting language. Besides HTML, there are other languages also like Java, PHE .NET, etc. using which websites can be created. With the commands or tags available in HTML you can add spreadsheets, video clips, sound clips, presentations and other applications directly in the web page. HTML is a platform independent language. It is not a case sensitive language.<\/p>\n

Question 1.<\/p>\n

The full for of HTML is………….<\/h2>\n

(A) Hyper Text Markup Language
\n(B) Hyper Text Makeup Language
\n(C) Higher Text Markup Language
\n(D) Hyper Text mashup Language
\nAnswer:
\n(A) Hyper Text Markup Language<\/p>\n

Explanation:
\nHTML is a format that tells a computer how to display a web page. The documents themselves are plain text files with special “tags” or codes that a web browser uses to interpret and display information on your , computer screen .<\/p>\n

Question 2.<\/p>\n

The full form of CSS is ………..<\/h2>\n

(A) Categorised Style Sheet
\n(B) Console Style Sheet
\n(C) Cascading Style Sheet
\n(D) Cascading Settle Sheet
\nAnswer:
\n(C) Cascading Style Sheet<\/p>\n

Explanation:
\nCSS stands for Cascading Style Sheets.CSS describes how HTML elements are to be displayed on screen, paper, or in other media.CSS saves a lot of work. It can control the layout of multiple web pages all at once. External stylesheets are stored in CSS files.<\/p>\n

\"MCQ<\/p>\n

Question 3.<\/p>\n

Which of the following statement is\/are TRUE?<\/h2>\n

(A) HTML is an ideal software used to design and create a web page.
\n(B) HTML is used as a scripting language.
\n(C) HTML forms a pillar of web technologies for the World Wide Web.
\n(D) All of these
\nAnswer:
\n(D) All of these<\/p>\n

Explanation:
\nHTML was invented in November 1990 by a scientist called Tim Berners Lee. The purpose was to make it easier for scientists at different universities to gain access to each<\/p>\n

Question 4.<\/p>\n

HTML program works on any operating system without any modification which means it is a language.<\/h2>\n

(A) Platform independent
\n(B) Platform dependent
\n(C) Case-sensitive
\n(D) None of these
\nAnswer:
\n(A) Platform independent<\/p>\n

Explanation:
\nHTML is a platform independent language as it can be operated on various operating systems.<\/p>\n

Question 5.<\/p>\n

The tag <HTML>is same as <html> which means HTML is a……language.<\/h2>\n

(A) Case sensitive
\n(B) Not a case sensitive language
\n(C) Platform dependent
\n(D) Platform independent
\nAnswer:
\n(B) Not a case sensitive language<\/p>\n

Explanation:
\nHTML is not a case-sensitive language as uppercase and lowercase letters are treated as same.<\/p>\n

Question 6.<\/p>\n

Which of the following is not a scripting language?<\/h2>\n

(A) PHP
\n(B) Java
\n(C) NET
\n(D) MS Office
\nAnswer:
\n(D) MS Office<\/p>\n

Explanation:
\nMicrosoft Office, or simply Office, is a family of client-server software, and services developed by Microsoft. Initially a marketing term for an office suite (bundled set of productivity applications), the first version of Office contained Microsoft Word, Microsoft Excel, and Microsoft PowerPoint.<\/p>\n

Question 7.<\/p>\n

Which of the following function a user can perform using HTML?<\/h2>\n

(A) With HTML, you can develop and publish documents and data with headings, text, tables, lists, hyperlinks, photos, etc., in static form.
\n(B) You can create forms for managing transactions, for use in searching the information, making reservations, ordering products, etc.
\n(C) With the commands or tags available in HTML you can add spreadsheets, video clips, sound clips, presentations and other applications directly in the web page.
\n(D) All of these
\nAnswer:
\n(D) All of these<\/p>\n

Explanation:
\nWith HTML, you can develop and publish documents and data with headings, text, tables, lists, hyperlinks, photos, etc., in static form, you can create forms for managing transactions, for use in searching the information, making reservations, ordering products, etc.<\/p>\n

I. INSERTING IMAGES in HTML
\nImages can enhance the appearance and the design of a web page. In HTML, the <IMG> tag is used to define images. The <IMG> tag at a minimum, takes two attributes, ALT and SRC. <IMG> tag is empty tag. The attribute which specifies the URL (web address) of the image is SRC. The ALT attribute furnishes an alternate text for an image, if the user for some reason cannot view it (because of slow connection, or if the user uses a screen reader, an error in the SRC attribute). It supports various formats of the images, like GIF, JPEG, etc. GIF is limited to an 8-bit palette or 256 colors.
\nThis makes the GIF format suitable for storing graphics with relatively few colors such as simple diagrams, shapes, logos and cartoon style images whereas JPEG is the best format for photographers. It contains 1 million colors.<\/p>\n

Question 1.<\/p>\n

What is the full form of JPEG?<\/h2>\n

(A) Joint Photographic Experts Group
\n(B) Zone Photographic Experts Group
\n(C) Joint Photography Experts Group
\n(D) Joint Photographic Excel Group
\nAnswer:
\n(A) Joint Photographic Experts Group<\/p>\n

Explanation:
\nThe attribute which is used to enumerate the location where the linked text, phrase or image is going to open is called the target attribute.<\/p>\n

\"MCQ<\/p>\n

Question 2.<\/p>\n

The full form of GIF is……..<\/h2>\n

(A) Graphics Interchange Formation
\n(B) Graphical Interchange Format
\n(C) Graphics Interchange Format
\n(D) Graphics Interconnected Format
\nAnswer:
\n(C) Graphics Interchange Format<\/p>\n

Explanation:
\nThe Graphics Interchange Format i is a bitmap image formal that was developed bv a team at the online services provider CompuServe led by American computer scientist Stove Wilhite and released on 15 June 1987.<\/p>\n

Question 3.<\/p>\n

The attributes of <IMG> tag is\/are<\/h2>\n

(A) ALT
\n(B) SRC
\n(C) Both (A) and (B)
\n(D) None of these
\nAnswer:
\n(C) Both (A) and (B)<\/p>\n

Explanation:
\nBoth SRC and ALT are the attributes of <IMG> tag.The SRC attribute is used to specify the URL of the image. The SRC attributeis mandatory to insert an image.The Alt attribute contains the alternate text for an image.<\/p>\n

Question 4.<\/p>\n

< IMG > is an empty tag which means<\/h2>\n

(A) It does not have opening tag
\n(B) It does not have closing tag
\n(C) It does not support any attribute
\n(D) None of these
\nAnswer:
\n(B) It does not have closing tag<\/p>\n

Explanation:
\nAn empty tag is a tag which does not hold an end tag which means only starting tag is there in <IMG>. The <\/IMG> is not required.<\/p>\n

\"MCQ<\/p>\n

Question 5.<\/p>\n

In HTML, the < IMG > tag is used to define<\/h2>\n

(A) Website
\n(B) Webpages
\n(C) Images
\n(D) None of these
\nAnswer:
\n(C) Images<\/p>\n

Explanation:
\nIn HTML, <IMG> tag is used to insert an image on the webpage. It used the SRC attribute.<\/p>\n

Question 6.<\/p>\n

Which of the following statements is\/are FALSE?<\/h2>\n

(A) JPEG contains 256 colors.
\n(B) GIF is limited to an 8-bit palette or 1 millioncolors.
\n(C) GIF format is best suited for photographers.
\n(D) All of these
\nAnswer:
\n(D) All of these<\/p>\n

Explanation:
\nHTML supports various formats of the images, like Graphics Interchange Format (GIF), Joint Photographic Experts Group (JPEG), etc. GIF is limited to an 8-bit palette or 256 colors.Most graphical web browsers can display both GIF and JPG images inline.<\/p>\n

\"MCQ<\/p>\n

Question 7.<\/p>\n

The ALT attribute is used to………..<\/h2>\n

(A) Specifies the URL.
\n(B) Furnish an alternate text for an image.
\n(C) Form diagrams, shapes, logos and cartoon style images.
\n(D) None of these
\nAnswer:
\n(B) Furnish an alternate text for an image.<\/p>\n

Explanation:
\nThe <ALT> attribute is used to display text when the iipage is riot loaded by the browser.<\/p>\n

MCQ Questions for Class 10 Computer Applications with Answers<\/a><\/h4>\n","protected":false},"excerpt":{"rendered":"

HTML Basics Class 10 MCQ Questions with Answers Question 1. HTML is what type of language? (A) Scripting Language (B) Markup Language (C) Programming Language (D) Network Protocol Answer: (B) Markup Language Explanation: HTML is a markup language 1 used to build web pages and web applications. Question 2. Apart from <b> tag, what other …<\/p>\n

MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics<\/span> Read More »<\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","spay_email":""},"categories":[35],"tags":[407,408,409,406],"yoast_head":"\nMCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics - MCQ Questions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics - MCQ Questions\" \/>\n<meta property=\"og:description\" content=\"HTML Basics Class 10 MCQ Questions with Answers Question 1. HTML is what type of language? (A) Scripting Language (B) Markup Language (C) Programming Language (D) Network Protocol Answer: (B) Markup Language Explanation: HTML is a markup language 1 used to build web pages and web applications. Question 2. Apart from <b> tag, what other … MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics Read More »\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/\" \/>\n<meta property=\"og:site_name\" content=\"MCQ Questions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NCERTSolutionsGuru\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-25T12:07:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-25T04:01:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ncertsolguru\" \/>\n<meta name=\"twitter:site\" content=\"@ncertsolguru\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prasanna\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"18 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mcq-questions.com\/#website\",\"url\":\"https:\/\/mcq-questions.com\/\",\"name\":\"MCQ Questions\",\"description\":\"MCQ Questions for Class 1 to 12\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mcq-questions.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1\",\"width\":159,\"height\":13,\"caption\":\"MCQ Questions\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#webpage\",\"url\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/\",\"name\":\"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics - MCQ Questions\",\"isPartOf\":{\"@id\":\"https:\/\/mcq-questions.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#primaryimage\"},\"datePublished\":\"2022-01-25T12:07:05+00:00\",\"dateModified\":\"2022-02-25T04:01:29+00:00\",\"author\":{\"@id\":\"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3\"},\"breadcrumb\":{\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mcq-questions.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3\",\"name\":\"Prasanna\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mcq-questions.com\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g\",\"caption\":\"Prasanna\"},\"url\":\"https:\/\/mcq-questions.com\/author\/prasanna\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics - MCQ Questions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/","og_locale":"en_US","og_type":"article","og_title":"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics - MCQ Questions","og_description":"HTML Basics Class 10 MCQ Questions with Answers Question 1. HTML is what type of language? (A) Scripting Language (B) Markup Language (C) Programming Language (D) Network Protocol Answer: (B) Markup Language Explanation: HTML is a markup language 1 used to build web pages and web applications. Question 2. Apart from <b> tag, what other … MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics Read More »","og_url":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/","og_site_name":"MCQ Questions","article_publisher":"https:\/\/www.facebook.com\/NCERTSolutionsGuru\/","article_published_time":"2022-01-25T12:07:05+00:00","article_modified_time":"2022-02-25T04:01:29+00:00","og_image":[{"url":"https:\/\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png"}],"twitter_card":"summary_large_image","twitter_creator":"@ncertsolguru","twitter_site":"@ncertsolguru","twitter_misc":{"Written by":"Prasanna","Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/mcq-questions.com\/#website","url":"https:\/\/mcq-questions.com\/","name":"MCQ Questions","description":"MCQ Questions for Class 1 to 12","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mcq-questions.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#primaryimage","inLanguage":"en-US","url":"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1","contentUrl":"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1","width":159,"height":13,"caption":"MCQ Questions"},{"@type":"WebPage","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#webpage","url":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/","name":"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics - MCQ Questions","isPartOf":{"@id":"https:\/\/mcq-questions.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#primaryimage"},"datePublished":"2022-01-25T12:07:05+00:00","dateModified":"2022-02-25T04:01:29+00:00","author":{"@id":"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3"},"breadcrumb":{"@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-10-computer-applications-chapter-5\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mcq-questions.com\/"},{"@type":"ListItem","position":2,"name":"MCQ Questions for Class 10 Computer Applications Chapter 5 HTML Basics"}]},{"@type":"Person","@id":"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3","name":"Prasanna","image":{"@type":"ImageObject","@id":"https:\/\/mcq-questions.com\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g","caption":"Prasanna"},"url":"https:\/\/mcq-questions.com\/author\/prasanna\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37007"}],"collection":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/comments?post=37007"}],"version-history":[{"count":2,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37007\/revisions"}],"predecessor-version":[{"id":37009,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37007\/revisions\/37009"}],"wp:attachment":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/media?parent=37007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/categories?post=37007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/tags?post=37007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}