Class 11 Notes
HTML & CSS
Chapter 16: Images
Images can be modified and moved around using CSS. You can resize them, change their location, use them as a background image, etc.
Background image:
background-image: url("images/pattern.gif");
This code can be found in the HTML & CSS book.
Chapter 19: Practical Information
SEO
This is the idea of optimizing the webpages you make to increase the possibility of being first in the search engine queue. The most important things to think about when making your page are:
- Page title
- Web address
- Headings
- Text
- Link text
- Image alt text
- Page descriptions