Edit the code and Run to see changes
<!DOCTYPE html> <html> <head> <title> Address tag</title> </head> <body> <article> <!-- address tag starts forms here --> <address> Organisation Name : GeeksToCode Website: <a href:"http://geekstocode.com/" > GeeksToCode </a><br> Visit us:Block F, Knowledge Park I, Greater Noida, Uttar Pradesh 201308. </address> <!-- tag ends here --> </article> </body> </html>