All Exams  >   Class 10  >   Computer Application: Class 10  >   All Questions

All questions of HTML Basics for Class 10 Exam

HTML stands for -
  • a)
    HighText Machine Language
  • b)
    HyperText and links Markup Language
  • c)
    HyperText Markup Language
  • d)
    None of these
Correct answer is option 'C'. Can you explain this answer?

Vikram Kapoor answered
HTML is an acronym that stands for HyperText Markup Language, which is used for creating web pages and web applications.
HyperText simply means "Text within Text." A text has a link within it, is a hypertext. A markup language is a computer language that is used to apply layout and formatting conventions to a text document.

How to create an ordered list (a list with the list items in numbers) in HTML?
  • a)
    <ul>
  • b)
    <ol>
  • c)
    <li>
  • d)
    <i>
Correct answer is option 'B'. Can you explain this answer?

Amit Sharma answered
The <ol> tag in HTML is used to display the list items in a numbered format. There can be different types of numbered list: numeric number, capital alphabet, small alphabet, etc.

Which of the following tag is used to insert a line-break in HTML?
  • a)
    <br>
  • b)
    <a>
  • c)
    <pre>
  • d)
    <b>
Correct answer is option 'A'. Can you explain this answer?

Anita Menon answered
The <br> tag in the HTML document is used to create a line break in a text. If we place the <br> tag in HTML code, then it works the same as pressing the enter key in a word processor.

How to create an unordered list (a list with the list items in bullets) in HTML?
  • a)
    <ul>
  • b)
    <ol>
  • c)
    <li>
  • d)
    <i>
Correct answer is option 'A'. Can you explain this answer?

Raghav Bansal answered
The <ul> tag in HTML is used to display the list items in a bulleted format. There can be four types of an unordered list: disc, circle, square, and none.

Which of the following tags doesn’t require a closing tag?
  • a)
    <br>
  • b)
    <hr>
  • c)
    Both A and B
  • d)
    None of the above
Correct answer is option 'C'. Can you explain this answer?

Deepa nambiar answered
B **Explanation:**
b **Tags without closing tags:**
**a)
**
- The `
` tag is a line break tag in HTML that doesn't require a closing tag. It is a self-closing tag that inserts a line break in the text.
- Example: `
`
**b)
**
- The `
` tag is a horizontal rule tag in HTML that also doesn't require a closing tag. It creates a thematic break or horizontal line in the page.
- Example: `
`
c **Conclusion:**
- Both `
` and `
` tags do not require closing tags in HTML. They are self-closing tags used for specific purposes in web development.

ALL HTML Tags Are Must Be Enclosed In?
  • a)
    ? And !
  • b)
    < And >
  • c)
    { And }
  • d)
    # And #
Correct answer is option 'B'. Can you explain this answer?

Radha Iyer answered
All tags are enclosed in left and right angle brackets (<) and (>). Closing tags are preceded by a backslash (/). The tags are not case sensitive though you may wish to keep paragraph related tags in uppercase and phrase/word related tags in lower case inorder to distinguish them more easily when scanning your file.

HTML Is A Subset Of
  • a)
    SGMT
  • b)
    SGMD
  • c)
    SGML
  • d)
    None of these
Correct answer is option 'C'. Can you explain this answer?

Arun Sharma answered
HTML is a subset of SGML. An internationally accepted standard for knowledge representation is SGML (Standard Generalized Markup Language).

Correct HTML Tag For The Largest Heading Is
  • a)
    <h6>
  • b)
    <heading>
  • c)
    <h1>
  • d)
    <head>
Correct answer is option 'C'. Can you explain this answer?

Kiran Mehta answered
The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

Chapter doubts & questions for HTML Basics - Computer Application: Class 10 2025 is part of Class 10 exam preparation. The chapters have been prepared according to the Class 10 exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for Class 10 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

Chapter doubts & questions of HTML Basics - Computer Application: Class 10 in English & Hindi are available as part of Class 10 exam. Download more important topics, notes, lectures and mock test series for Class 10 Exam by signing up for free.

Top Courses Class 10

Related Class 10 Content