CBSE Class 10 Computers HTML II Assignments

Read and download the CBSE Class 10 Computers HTML II Assignments for the 2025-26 academic session. We have provided comprehensive Class 10 Computer Science school assignments that have important solved questions and answers for HTML II. These resources have been carefuly prepared by expert teachers as per the latest NCERT, CBSE, and KVS syllabus guidelines.

Solved Assignment for Class 10 Computer Science HTML II

Practicing these Class 10 Computer Science problems daily is must to improve your conceptual understanding and score better marks in school examinations. These printable assignments are a perfect assessment tool for HTML II, covering both basic and advanced level questions to help you get more marks in exams.

HTML II Class 10 Solved Questions and Answers

Write Full Form
1. <A>: ANCHOR
2. HREF : HYPERTEXT REFFERENCE
3. URL : UNIFORM RESOURCES LOCATOR
4. BGCOLOR : BACKGROUND COLOR
5. SRC : SOURCE

Fill in the blanks

Question 1 _____________ tag is used to create a link on a web page.
Answer: 
<A>

Question. We can use _ to choose more than one options in a form.
Answer: 
Checkbox

Question. We can use ______________ button to clear all options from a Form.
Answer: 
Reset

Question. _________ is used to fill information on a web server.
Answer: 
FORM

Question. You can use multiple lines of text using ____________ in a form.
Answer: 
TextArea

TRUE/FALSE

Question. <input type=”Password”> will display star (*) in text box.
Answer: 
TRUE

Question. unvisited link is underlined and its colour is blue.
Answer: 
TRUE

Question. Selection list is used to represent drop down list.
Answer: 
TRUE

Very Short Answer Type Questions

Question. What is the purpose/function of HTML Forms?
Answer: 
To accept input from user

Question. Which of the following is the most commonly used HTTP method?
Answer: 
GET and POST

Question. Can we create links in web page?
Answer: 
Yes

Question. Which tag is used to link a web page?
Answer: 
<A>

Question. When a form is submitted which attribute defines that where to send form data.
Answer: 
action

Question. This technique is used by user to encode filled data by using URL path and is sent to server.
Answer: 
GET

Question. An HTML form is a part of web page which have those placeholders where?
Answer: 
information is filled by user and then sent to web server

Question. A Container tag that allows multiple lines of input for a single data item is?
Answer: 
TextArea

Question. What is used to perform an action on a web page?
Answer: 
Button

Short Answer Type Questions

Question. What is selection list in HTML Form?
Answer: 
Option list is called Selection list. This is an important element of HTML Form. User can select one or more than one options from a list using selection list. tag is used to make a selection list in HTML. Scrolling lists and drop down lists can be made with the help of this tag. To set options in these lists, tag is used in between and tags. For Example:<select name=”gender”
<option value=”Male”>Male</option>
<option value=”Female”>Female</option>
</select>

Question. What is Hyperlink? OR Q: What is Anchor tag. Explain with example.
Answer: 
Hyperlink is an important feature of HTML. It is used to create a link of text or image with some other document. Hyperlinks are also called links. Web Browsers show links in blue color with underline. Anchor tag is used to create links in HTML documents. tag is used for anchor tag in HTML. tag is a container tag. It begins with and ends with . The attribute HREF is used in anchor tag. This attribute is used to set the address (url) of the
document to be attached with the link. Consider the following example:
<A Href= “Http://www.google.com”>>goggle</a>

Question. Write the names of different types of links.
Answer: 
Links can be created in HTML documents in many different ways. These different ways of creating links are
called Types of Links. Common types of links are given below:
1. Links defined within a document. (Internal Links)
2. Links defined with outer documents. (External Links)
3. Representing Image as a link.
4. Creating links with emails.

Question. Explain Text Area with example.
Answer: 
Text area is main element of form. This is used to accept multiple lines of text from user. For using textarea, we use tag in between <form> tag. It is a container tag. <textarea> tag has two attributes: rows and cols.<br /> Rows attribute defines number of lines in text area and cols define number of columns in text area. For Example:<br /> <form action=”page1.php” method=”post”</p>
<textarea rows=3 cols=50></textarea>
</form>

Question. What is the purpose of action and method in a form? Or What is a form? Explain.
Answer: 
Form is a part of web page. A form is that area of web page which allows user to fill the information to be sent to web server. tag is used to create form in HTML. Action and method attributes of form tag are used to send filled data in form to web server. The action attribute of form has a filename as value which is used to process form’s data on web server. The method attribute of form tag represents the way of sending form to web server.
Value of Method attribute can be GET or POST. Following example represents usage of these attributes:
<form action=”page1.php” method=”post”>
<input type=”text” name=”user”>
<input type=”reset” value=”Reset”>
<input type=”submit” value=”Submit”>
</form>

Question. What are checkboxes?
Answer: 
Checkboxes are the important elements of HTML Forms. These elements are used in those situations when we have to select more than one options at a time. These elements appears like a small square boxes. User can select or deselect them by click on it. Using tag in HTML Forms, we can make checkboxes. In the tag, we use type=”checkbox” attribute as shown in the example below:
<input type= “checkbox” name= “hindi”>Hindi
<input type= “checkbox” name= “pbi”>punjabi

Question. Explain different types of buttons with examples
Answer: 
Buttons are main elements of HTML forms. These are used to perform an action on web page. These buttons are of different types. Some important buttons are:
• Submit Button: This button is used to send Form data to web server.
• Reset Button: This button is used to clear the Form Values.
• Button: This function is used to call the JavaScript function code.
• Image Button: This button is commonly used for creating hyperlinks
Below examples represents the usage of Common buttons in HTML Form:
<form action=”page1.php” method=”post”>
<input type=”text” name=”user”>
<input type=”reset” value=”Reset”>
<input type=”submit” value=”Submit”>
</form>

CBSE Class 10 Computer Science HTML II Assignment

Access the latest HTML II assignments designed as per the current CBSE syllabus for Class 10. We have included all question types, including MCQs, short answer questions, and long-form problems relating to HTML II. You can easily download these assignments in PDF format for free. Our expert teachers have carefully looked at previous year exam patterns and have made sure that these questions help you prepare properly for your upcoming school tests.

Benefits of solving Assignments for HTML II

Practicing these Class 10 Computer Science assignments has many advantages for you:

  • Better Exam Scores: Regular practice will help you to understand HTML II properly and  you will be able to answer exam questions correctly.
  • Latest Exam Pattern: All questions are aligned as per the latest CBSE sample papers and marking schemes.
  • Huge Variety of Questions: These HTML II sets include Case Studies, objective questions, and various descriptive problems with answers.
  • Time Management: Solving these HTML II test papers daily will improve your speed and accuracy.

How to solve Computer Science HTML II Assignments effectively?

  1. Read the Chapter First: Start with the NCERT book for Class 10 Computer Science before attempting the assignment.
  2. Self-Assessment: Try solving the HTML II questions by yourself and then check the solutions provided by us.
  3. Use Supporting Material: Refer to our Revision Notes and Class 10 worksheets if you get stuck on any topic.
  4. Track Mistakes: Maintain a notebook for tricky concepts and revise them using our online MCQ tests.

Best Practices for Class 10 Computer Science Preparation

For the best results, solve one assignment for HTML II on daily basis. Using a timer while practicing will further improve your problem-solving skills and prepare you for the actual CBSE exam.

Where can I download the latest CBSE Class 10 Computer Science Chapter HTML II assignments?

You can download free PDF assignments for Class 10 Computer Science Chapter HTML II from StudiesToday.com. These practice sheets have been updated for the 2025-26 session covering all concepts from latest NCERT textbook.

Do these Computer Science Chapter HTML II assignments include solved questions?

Yes, our teachers have given solutions for all questions in the Class 10 Computer Science Chapter HTML II assignments. This will help you to understand step-by-step methodology to get full marks in school tests and exams.

Are the assignments for Class 10 Computer Science Chapter HTML II based on the 2026 exam pattern?

Yes. These assignments are designed as per the latest CBSE syllabus for 2026. We have included huge variety of question formats such as MCQs, Case-study based questions and important diagram-based problems found in Chapter HTML II.

How can practicing Chapter HTML II assignments help in Computer Science preparation?

Practicing topicw wise assignments will help Class 10 students understand every sub-topic of Chapter HTML II. Daily practice will improve speed, accuracy and answering competency-based questions.

Can I download Computer Science Chapter HTML II assignments for free on mobile?

Yes, all printable assignments for Class 10 Computer Science Chapter HTML II are available for free download in mobile-friendly PDF format.