Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
#testDiv1 {
width: 500px;
height: 100px;
}
</style>
</head>
<body>
<div id="testDiv1" style="background:yellow;"></div>
</body>
</html>