Class 9 Exam  >  Class 9 Tests  >  Information & Computer Technology (Class 9) - Notes & Video  >   HTML II MCQ Test - 1 - Class 9 MCQ

HTML II MCQ Test - 1 - Class 9 MCQ


Test Description

5 Questions MCQ Test Information & Computer Technology (Class 9) - Notes & Video - HTML II MCQ Test - 1

HTML II MCQ Test - 1 for Class 9 2024 is part of Information & Computer Technology (Class 9) - Notes & Video preparation. The HTML II MCQ Test - 1 questions and answers have been prepared according to the Class 9 exam syllabus.The HTML II MCQ Test - 1 MCQs are made for Class 9 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for HTML II MCQ Test - 1 below.
Solutions of HTML II MCQ Test - 1 questions in English are available as part of our Information & Computer Technology (Class 9) - Notes & Video for Class 9 & HTML II MCQ Test - 1 solutions in Hindi for Information & Computer Technology (Class 9) - Notes & Video course. Download more important topics, notes, lectures and mock test series for Class 9 Exam by signing up for free. Attempt HTML II MCQ Test - 1 | 5 questions in 10 minutes | Mock test for Class 9 preparation | Free important questions MCQ to study Information & Computer Technology (Class 9) - Notes & Video for Class 9 Exam | Download free PDF with solutions
HTML II MCQ Test - 1 - Question 1

What is the correct html command for inserting an image?

Detailed Solution for HTML II MCQ Test - 1 - Question 1
Correct HTML Command for Inserting an Image
To insert an image in HTML, you need to use the <img> tag.
Correct HTML command:
- Option A: <img src="https://edurev.gumlet.io/mage.gif">
Explanation:
- The <img> tag is a self-closing tag, which means it does not require a closing tag.
- The src attribute is used to specify the source (URL or file path) of the image.
- In this case, "image.gif" represents the actual file name and extension of the image you want to insert. You can replace it with the appropriate file name and extension for your image.
Incorrect options:
- Option B: <img> image.gif</img>
- The <img> tag does not have a closing tag, so using </img> is incorrect.
- Option C: <img href="image.gif">
- The href attribute is used in <a> tags for creating hyperlinks, not for inserting images.
- Option D: none
- This option is incorrect because there is a correct HTML command for inserting an image.
Remember to always use the correct HTML syntax and attributes when inserting images or any other elements in your HTML code.
HTML II MCQ Test - 1 - Question 2

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

Detailed Solution for HTML II MCQ Test - 1 - Question 2
Answer:
The correct list type that will create a bulleted list is the "Unordered" list type.
Explanation:
HTML provides different types of lists to organize and structure content on a webpage. In order to create a bulleted list, we need to use the unordered list type.
Here is a breakdown of the different list types in HTML:
- Unordered List: This type of list is used to create a bulleted list. It is represented by the
    tag. Each list item is represented by the
  • tag.
    - Ordered List: This type of list is used to create a numbered list. It is represented by the
      tag. Each list item is represented by the
    1. tag.
      - Option List: This type of list is used in HTML forms to create a dropdown menu. It is represented by the
Detailed Solution for HTML II MCQ Test - 1 - Question 3
HTML Tag for Italics:
The correct HTML tag to render text as italics is the tag.
Explanation:
HTML provides various tags to format and style text. To render text as italics, we use the tag. It is a container tag that is used to indicate a span of text that is different from the surrounding text in terms of style or meaning. When applied, the text within the tag is displayed in italics.
Example:
Suppose we have the following line of code:

This is italic text.


In this example, the word "italic" will be displayed in italics.
Incorrect Options:
Let's analyze the incorrect options mentioned in the question:
A:
- The tag is used to render text as bold, not italics.

C:
- The tag mentioned here is not a valid HTML tag. It should be .

D: Text?style="italics"
- This is not a valid HTML syntax. The correct way to apply styling in HTML is by using tags, not attributes like "style".

Conclusion:
The correct HTML tag to render text as italics is the tag.
HTML II MCQ Test - 1 - Question 4

We can view the source code of html in

Detailed Solution for HTML II MCQ Test - 1 - Question 4
How to view the source code of HTML:
To view the source code of an HTML document, you can follow these steps:
1. Open the HTML document: You can open the HTML document in any text editor or code editor, such as Notepad, Sublime Text, Visual Studio Code, etc.
2. Locate the "View Source" option: Once you have the HTML document open, you can usually find the "View Source" option in the menu bar of your text editor. Look for options like "View", "Developer", or "Code", and then select "View Source" or "View Page Source".
3. Use keyboard shortcuts: Alternatively, you can use keyboard shortcuts to view the source code. In most text editors, the shortcut is "Ctrl + U" for Windows or "Cmd + Option + U" for Mac.
4. Inspect Element: If you are viewing an HTML document in a web browser, you can also right-click on the webpage and select "Inspect" or "Inspect Element". This will open the browser's developer tools, where you can find the HTML source code under the "Elements" or "Sources" tab.
5. Explore the source code: Once you have accessed the HTML source code, you can scroll through it to see the structure and content of the webpage. You can also make changes to the code if necessary.
Remember to save a copy of the HTML document before making any modifications to avoid losing the original code.
Conclusion:
Viewing the source code of an HTML document is a useful way to understand how a webpage is structured and to make any necessary changes. By following the steps mentioned above, you can easily access the HTML source code using various text editors or web browser developer tools.
HTML II MCQ Test - 1 - Question 5

To wrap the text to the next line, the tag used for

Detailed Solution for HTML II MCQ Test - 1 - Question 5
The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.a
15 videos|19 docs|6 tests
Information about HTML II MCQ Test - 1 Page
In this test you can find the Exam questions for HTML II MCQ Test - 1 solved & explained in the simplest way possible. Besides giving Questions and answers for HTML II MCQ Test - 1, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 9

Download as PDF

Top Courses for Class 9