Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML wbr Tag</title> </head> <body> <p>The XML<wbr>Http<wbr>Request object is the key to AJAX.</p> </body> </html>