2/12/14

Inline CSS

<!DOCTYPE html>
<html>

<head>
<title>GIF Placement Tutorial</title>
</head>

<body>
<img src="chillClinton.gif" style="position: absolute; left: 20px; top: 20px; width: 300px;"/>
<img src="psychTaft.gif" style="position: absolute; left: 340px; top: 20px; width: 300px;"/>
<img src="recursionWrestler.gif" style="position: absolute; left: 660px; top: 20px; width: 300px;"/>
</body>

</html>

No comments:

Post a Comment