You are on page 1of 23

<!

DOCTYPE html PUBLIC "-//W3C//DTD


XHTML 1.0
Strict//EN" "http://www.w3.org/TR/xhtml1/
DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
<input type='color' />
<input type='number' />
<input type='email' />
<input type='tel' />
<audio src="sound.mp3" controls></audio>
document.getElementById("audio").muted = false;

<video src='movie.mp4' autoplay controls></video>
document.getElementById("video").play();
.row:nth-child(even) {background: #dde;}
o
.row:nth-child(EVEN) { background: #ddd;
@font-face {font-family:
'LeagueGothic';
src: url(LeagueGothic.otf);}
div {text-overflow: ellipsis;}
-webkit-column-count:

You might also like