13 lines
		
	
	
		
			220 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			220 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
|   <title>Element Rect page</title>
 | |
|   <script type="text/javascript">
 | |
|   </script>
 | |
| </head>
 | |
| <body>
 | |
| This is a test of the rect command.
 | |
| 
 | |
| <div id="rect" style="width: 50px; height: 30px"></div>;
 | |
| </body>
 | |
| </html>
 |