Images, Audio & Video


Images

CSS allows the author to manipulate images; CSS allows the manipulation of size (width and height), alignment(float and display) and presentation of an image. It also allows the addition of images as a background as well as how those images are presented (repeat, position, gradients and contract). Authors could also, create a link or button that changes to a second style when a user moves their mouse over it (known as a rollover) and a third style when they click on it. -PRO TIP: use spirits to reduce the number of images your browser has to load. There are two ways that this is commonly achieved:

Repeat imgages

Background Position

CSS3 Grading:

Contrast of background images

The following are properties used for background images:

<video controls>
  <source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
  <source src="test.webm" type="video/webm">
  <p>By Omar Zain <a href="LNK">link to the video</a> instead.</p>
</video>

This will allow video to play in all modern browsers. The attribute control enables the default playback controls. The HTMLMediaElement API provides features to allow you to control video and audio players programmatically; this can also be done using JavaScript. You can style the video or audio element using CSS.

Flash, Video and Audio

Flash was once a very popular technology used to add animations, video and audio. All files created in Flash are referred to as Flash movies. These are created in a Flash authoring environment by Adobe. To be able to view these additions on the website, users need to install flash plugins and flash players. Flash movies have been replaced with the introduction of video sharing sites and HTML5. Example: ```

```

Search Engine Optimization (SEO)

Search Engine Optimization (SEO): is the practice of trying to help your site appear nearer the top of search engine results when people look for the topics that your website covers. In order to determine who comes first in the search results, search engines do not only look at what appears on your site. They also consider how many sites link to you (and how relevant those links are).

Note About This read


Table Of Content