1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html> <head><title>Test</title></head> <body> <h1>Slide One</h1> <ul> <li>Bullet A</li> <li>Bullet B</li> </ul> <h1>Slide Two</h1> <p>This is a paragraph that should become a bullet.</p> </body> </html>