CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>HTML address</title> </head> <body> <address> This book is written by John William Contact Him at john@gmail.com Or Pay a Visit at his home: PO Box 234 California, USA </address> </body> </html>