18 lines
		
	
	
		
			383 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			383 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <body>
 | |
| <h1>About Cthulhu</h1>
 | |
| <div id="desc1">
 | |
|   <h2>Cthulhu used to look much different</h2>
 | |
|   <p>He stood up, had muscles, and a tattoo.</p>
 | |
| </div>
 | |
| <section id="desc2">
 | |
|   <h2>Cthulhu is not an acronym</h2>
 | |
|   <p>Cthulhu is a whale. He holds a white cane. And he is cute.</p>
 | |
| </section>
 | |
| <div id="blah">
 | |
|   <h2>Some random text</h2>
 | |
|   <p>Bla bla bla.</p>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 |