Read and download free pdf of CBSE Class 10 Computers HTML II Assignments. Get printable school Assignments for Class 10 Computer Science. Class 10 students should practise questions and answers given here for HTML II Computer Science in Class 10 which will help them to strengthen their understanding of all important topics. Students should also download free pdf of Printable Worksheets for Class 10 Computer Science prepared as per the latest books and syllabus issued by NCERT, CBSE, KVS and do problems daily to score better marks in tests and examinations
Assignment for Class 10 Computer Science HTML II
Class 10 Computer Science students should refer to the following printable assignment in Pdf for HTML II in Class 10. This test paper with questions and answers for Class 10 Computer Science will be very useful for exams and help you to score good marks
HTML II Class 10 Computer Science Assignment
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
We hope you liked the above assignment for HTML II which has been designed as per the latest syllabus for Class 10 Computer Science released by CBSE. Students of Class 10 should download and practice the above Assignments for Class 10 Computer Science regularly. We have provided all types of questions like MCQs, short answer questions, objective questions and long answer questions in the Class 10 Computer Science practice sheet in Pdf. All questions have been designed for Computer Science by looking into the pattern of problems asked in previous year examinations. You can download all Revision notes for Class 10 Computer Science also absolutely free of cost. Lot of MCQ questions for Class 10 Computer Science have also been given in the worksheets and assignments for regular use. All study material for Class 10 Computer Science students have been given on studiestoday. We have also provided lot of Worksheets for Class 10 Computer Science which you can use to further make your self stronger in Computer Science.
What are benefits of doing Assignment for CBSE Class 10 Computer Science HTML II?
a. Score higher marks: Regular practice of Computer Science Class 10 Assignments for chapter HTML II will help to improve understanding and help in solving exam questions correctly.
b. As per CBSE pattern: All questions given above follow the latest Class 10 Computer Science Sample Papers so that students can prepare as per latest exam pattern.
c. Understand different question types: These assignments include MCQ Questions for Class 10 Computer Science with answers relating to HTML II, short answers, long answers, and also case studies.
d. Improve time management: Daily solving questions from HTML II within a set time will improve your speed and accuracy.
e. Boost confidence: Practicing multiple assignments and Class 10 Computer Science mock tests for HTML II reduces exam stress.
How to Solve CBSE Class 10 Computer Science HTML II Assignment effectively?
a. Start with Class 10 NCERT and syllabus topics: Always read the chapter carefully before attempting Assignment questions for Class 10 Computer Science HTML II.
b. Solve without checking answers: You should first attempt the assignment questions on HTML II yourself and then compare with provided solutions.
c. Use Class 10 worksheets and revision notes: Refer to NCERT Class 10 Computer Science worksheets, sample papers, and mock tests for extra practice.
d. Revise tricky topics: Focus on difficult concepts by solving Class 10 Computer Science MCQ Test.
e. Maintain notebook: Note down mistakes in HTML II assignment and read them in Revision notes for Class 10 Computer Science
How to practice CBSE Class 10 Computer Science HTML II Assignment for best results?
a. Solve assignments daily: Regular practice of HTML II questions will strengthen problem solving skills.
b.Use Class 10 study materials: Combine NCERT book for Class 10 Computer Science, mock tests, sample papers, and worksheets to get a complete preparation experience.
c. Set a timer: Practicing Class 10 Computer Science HTML II assignment under timed conditions improves speed and accuracy.
You can download free Pdf assignments for CBSE Class 10 Computer Science HTML II from StudiesToday.com
All topics given in HTML II Computer Science Class 10 Book for the current academic year have been covered in the given assignment
No, all Printable Assignments for HTML II Class 10 Computer Science have been given for free and can be downloaded in Pdf format
Latest syllabus issued for current academic year by CBSE has been used to design assignments for HTML II Class 10
Yes, we have provided detailed answers for all questions given in assignments for HTML II Class 10 Computer Science