At the bottom of the Page 1 You clicked on the link to page 2 and that was a relative Link as it refers directly to a Page that is in the same Website as the Main page and hopefully you will continue to read this as we go along to explore things Like Absolute Hyperlinks which is creating a link to an outside source such as google or Facebook or any other site for that matter
Now a Relative link would have code something Like this <a href="page2.htm">Click Here<a> and that is what brought you to page 2. The Absolute link however as I said takes you to another Website outside of the one you are currently browsing That code would Look Almost identical to the one You use for the relative one only this time you would put the site name as the Link instead using the following code <a href="www.google.co.uk">Google<a>
GoogleCurrently I do not know how to make it into a link that opens it in a New tab so for the love of my sanity please just take my word for it that it takes you to Google To check that I am correct look down in the bottom left of your Browser and it should show yo as www.google.co.uk
Edited bit. I have since learned rather accidentally How to open the Google homepage in a new tab with the target="" argument in the <a href="web address here"> portion of the Hyperlink anchor
The Iframe tag is a tricky one for me and I will once more have to go and check my notes, of this Iam sure
Youtube has a Lovely little feature in it which allows you to embed their videos into your Page with the <Iframe> Tag. However I shall Not be using that imbed feature, I shall be using my Own bit of code In it. I kinda did crib a little and Looked at the Youtube one for getting the correct parameters for height and Width. It Just makes the iframe a little neater.
before you ask, NO I do not Have any of my files hosted on Ecoweb as I already have a paid hosting platform and do not really want to change as it would mean me having to go and reconfigure the Email on one of my elderly freinds Machine. if it was Just me then Fine, I would probably move. Ecoweb Just happens to be the website of the guy that leads the HTML course I am currently doing. I did try my own models Page on facebook but facebook, Just like Google, Does not appear to allow embedding
little edit here, I stumbled my way across the Frameborder Attribute for Iframes and set it to 0 so there is no frame around he Iframe
now I know my instructor is sitting there reading this going why did he not do it in Order of the Modules that he studied and I thought well Let me put the reasons into Lists So lets start with the Ordered Lists which is the <ol> and <li> Tags.