<marquee behavior="slide" direction="left">This is an example of slider</marquee>
<p style="font-size:12px; font-family:arial;"><a href="#">HTML code</a></p>
Example
@media screen and (-webkit-min-device-pixel-ratio:0){
#div {margin-right: 10px;}
}
Css3 is introducing new property
background-size.
This property adds new functionality to CSS allowing designers to specify
the size of background images using either lengths, percentages, or by
using one of two keywords; contain
or cover
.This property allows you to change the size of the
background image to better fit your page. It is often be as the
background stretch property.