0% found this document useful (0 votes)
2 views2 pages

Class 10 Coding IA

The document outlines a Class 10 Coding Internal Assessment with a total of 40 marks, consisting of five questions covering topics such as the evolution of the web, HTML structure, CSS styling, web development concepts, and HTML forms. Each question requires explanations, examples, and code snippets, emphasizing both theoretical understanding and practical application. The assessment aims to evaluate students' knowledge and skills in web development and design.

Uploaded by

gopal602835
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Class 10 Coding IA

The document outlines a Class 10 Coding Internal Assessment with a total of 40 marks, consisting of five questions covering topics such as the evolution of the web, HTML structure, CSS styling, web development concepts, and HTML forms. Each question requires explanations, examples, and code snippets, emphasizing both theoretical understanding and practical application. The assessment aims to evaluate students' knowledge and skills in web development and design.

Uploaded by

gopal602835
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Class 10 Coding IA

Total Marks: 40

Instructions: Provide examples and explanations where required.

Question 1
Topic: Evolution of the Web

a) Briefly explain the key differences between Web 1.0, Web 2.0, and Web 3.0 in terms of content and user
experience. (6 marks)

b) Give one real-world example of a website for each version of the Web. (2 marks)

Question 2 (8 Marks)
Topic: HTML Structure and Formatting

a) Write an HTML code snippet to create a webpage with:

● A heading "My Favorite Books" using the <h1> tag.


● An unordered list with three book titles using the <ul> and <li> tags.
● A paragraph with the text "Reading is fun!" styled with a blue text color using inline CSS.
(6 marks)
b) Explain the purpose of the <!DOCTYPE html> declaration in an HTML document. (2
marks)

Question 3 (8 Marks)
Topic: CSS Styling

a) Write a CSS code snippet using an external stylesheet to style the following:

● All <h1> elements with a red color and centered text.


● All <p> elements with a font size of 18px and a light gray background. (4 marks)
b) Explain the difference between Inline CSS and External CSS, including one
advantage of each. (4 marks)

Question 4 (8 Marks)
Topic: Web Development Concepts
a) Define Frontend Development and Backend Development, and list one key technology used in each. (4 marks)

b) Explain the difference between Single-Page Applications (SPAs) and Multi-Page Applications
(MPAs), with one example of each. (4 marks)

Question 5 (8 Marks)
Topic: HTML Forms and CSS Alignment

a) Write an HTML code snippet for a simple form with:

● A text input field for "Name" (required).


● A submit button labeled "Send". (4 marks)
b) Write a CSS code snippet to:
● Center-align the form horizontally on the page using the margin property.
● Add 10px padding to the input field. (4 marks)

You might also like