TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Basic Example</h2> <div> <p>This is a paragraph inside a div.</p> <p>This is another paragraph inside the same div.</p> </div> </body> </html>