Write down the <a> element in the body.
In the first <a> tag you write down 'href=""'. You can use single quote but it is always better to use a double to avoid an error.
Inbetween the double quotes you write down the link you desire or just copy and paste the desired link.
After that you write something down to let the user click on the link.
The end result will look like the image.
blanditiis harum quisquam eius sed odit fugiat iusto fuga praesentium optio, eaque rerum! Provident similique accusantium nemo autem. Veritatis ouga? Ipsa laudantium molestias eos
Make the element below into a link that goes to "https://www.w3schools.com".
<a> ..... "https://www.w3schools.com">This is a link </a>
Set the size of the image to 250 pixels wide and 400 pixels tall.
<img src="w3schools.jpg" width=" ... " height="... ">