Header Ads Widget

Responsive Advertisement

Class 10 Important Question on HTML (PREVIOUS YEAR PAPERS )


Hello Students in this article we have share most important Question for class 10 subject code 165. In this section we have share part 1 pdf for PYQ for computer Application with Answers. download pdf and start preparation from now. The Class 10th Computer Applications Previous Year Question Paper will help students to score extra marks in CBSE Class 10th Term 2 Exam 2022. Central Board of Secondary Education repeats the question pattern and type every year. We have given CBSE Class 10th Computer Applications Previous Year Question Papers on this page. Solve all the CBSE Class 10th Computer Applications Previous Year Question Papers to get extra marks.



Question 1. What is the <OL>……..</OL> tag? Name any two attributes used witht his tag.

Answer:

<OL>………</OL> tag is used for the ordered list, i.e. a list of items to be displayed in a

particular order. An ordered list is also a list of items. An ordered list starts with the

<OL> tag. Each list item starts with the <LI> tag.

e.g.

<OL>

<LI> A </LI>

<LI> B </LI>

</OL>

Two attributes of <OL> tag are: start and type.


Question 2. Identify the error(s) in the following HTML code. Also, write the correct code.

<BODY color=“red” background =“school.jpg”>

Answer: The error in the code is that in place of color attribute there should be bgcolor.

The correct code is

<BODY bgcolor =“red” background =“school.jpg”>


Question 3. How the font size of a single line on a Web page be changed?

Answer: The font size of a single line can be changed by using the following HTML

code:

<FONT size =+1> This is a HTML text </FONT>.


Question 4. How would you display text in the title bar of a browser?

Answer: To display text in a title bar of a browser, use the <TITLE> tag inside the <HEAD>

tag in the HTML document.

e.g.

 <HTML>

 <HEAD>

 <TITLE> HTML document </TITLE>

 </HEAD>

 </HTML>

Question 5. Differentiate between container and empty elements used in HTML.

 OR

Distinguish between container and empty tags.

 OR

Simran software solution has used different tags in its Website some are empty

while majority are container. Give the detailed difference between container and

empty elements.

Answer: Container elements HTML container elements require a starting as well as an ending tags



For more question download PDF



Is computer application marks added in Class 10 CBSE? What is the weightage of computer applications Class 10? Is computer optional in Class 10 CBSE? क्या कंप्यूटर एप्लीकेशन मार्क्स क्लास 10 cbse में जोड़े जाते हैं? sample question paper for class 10 cbse computer applications with solution computer sample paper class 10 2023 with solutions pdf cbse previous year question papers class 10 computer with solution computer application code 165 class 10 solutions computer applications class 10 previous year question papers icse computer applications class 10 sample paper important questions for class 10 computer cbse computer previous year question paper class 12

Post a Comment

0 Comments