Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Nesting HTML Elements</title> </head> <body> <p>Here is some <b>bold</b> text.</p> <p>Here is some <em>emphasized</em> text.</p> <p>Here is some <mark>highlighted</mark> text.</p> </body> </html>