Web_Development_Chapter_2
Web_Development_Chapter_2
**CSS (style.css):**
```css
body {
background-color: lightblue;
text-align: center;
}
```
### Exercises:
#### Fill in the Blanks
1. The full form of HTML is _______.
2. The `<a>` tag is used to create _______.
3. CSS stands for _______.
4. The `<h1>` tag represents _______.
5. To apply CSS to multiple pages, we use _______ CSS.
#### MCQs:
1. b) `<a>`
2. a) To display an image
3. c) `color`
4. b) `<link rel="stylesheet" href="style.css">`
5. a) Margin, Padding, Border, Content