Question Paper Answers PDF
Question Paper Answers PDF
**Examples:**
-`
...
`
-`
...
### Q1. (c) List CSS properties related to color and background.
- **Color properties:** `color`, `opacity`.
- **Background properties:** `background-color`, `background-image`,
`background-size`, `background-position`, `background-repeat`.
**Types:**
- **Client-side scripting:** JavaScript, VBScript.
- **Server-side scripting:** PHP, Python, Ruby.
### Q1. (g) What do you mean by frontend technologies? Give examples.
Frontend technologies are tools and frameworks used for developing the client-side
of web applications, where users interact.
**Examples:**
- HTML, CSS, JavaScript.
- Frameworks: React, Angular, Vue.js.
### Q1. (h) What is jQuery selector?
A jQuery selector is used to select and manipulate HTML elements based on their
tags, classes, IDs, or attributes.
**Examples:**
- `$("p")`: Selects all `
` elements.
- `$(".class")`: Selects elements with the class `class`.