Reading for class 11
images
adding images is as easy as using the <img> element. however there are a couple attributes that can help you modify how your image looks on the website. you can use width and height in css to control the max height and max width for an image. you can align using float: right or left. you can center an image by using display: block. you can set a background image by using background-image: url("images/pattern.gif"), this is done in css and it affects whichever element or tag you set it to.
background images can appear just once or be repeated across the background of the box.
you can create image roll over effects by moving the background position of an image.
to reduce the amount of images your browser has to load, you can create image sprites.
practical information
search engine optimization helps visitors find your sites when using search engines. analytics tools such as google analytics allow you to see how many people visit your site. to put your site on the web, you will need to obtain a domain name and web hosting. ftp programs allow you to transfer files from your local computer to your web server. many companies provide platforms for blogging, email newsletters, e-commerce and other popular website tools.