<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>My test page</title> </head> <body> <h1>Writing My First HTML Code</h1> <p>A basic code I learned from MDN.</p> <p>A baby step but something exciting nonetheless. At least now I have a better understanding of elements, attributes etc. when I look at a HTML code.</p> <p>Part of this introductory exercise is for me to also introduce my favourite website and attaching a link to it. Click here to find out what <a/ href="https://theguardian.com" title="UK's best news source" target="_blank">page</a> this is.</p> <p><img src="https://i.cbc.ca/1.4079912.1492795249!/cpImage/httpImage/image.jpg_gen/derivatives/16x9_620/queen-elizabeth-91st-birthday.jpg"> </body> </html>












