18 lines
		
	
	
		
			272 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			272 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Hello world</title>
 | |
| </head>
 | |
| <body>
 | |
| <p>This is a test.</p>
 | |
| <fieldset class="foo">
 | |
| <legend>Solution</legend>
 | |
| <span>Here is a step-by-step tutorial:
 | |
| <br />
 | |
| <ul><li>Do this thing</li>
 | |
| <li>Do this other thing</li>
 | |
| </ul>
 | |
| </span>
 | |
| </fieldset>
 | |
| </body>
 | |
| </html>
 |