Lesson .5
(Scroll down to the bottome for lessson resources & instructions)
(Scroll down to the bottome for lessson resources & instructions)
It was nessisary to create a half lesson between lesson Zero and before Lesson one. We are going to use the SAME code space for each of our lessons. So with lesson .5 we are going to talk about how to create navigation between pages
<a href="URL"> The “href” attribute points to a hyperlink reference W3C Try It
<a target="_blank"> The “target” attribute W3C Try It
<a> The anchor tag is an html element that defines a hyperlink reference W3C Try It
LaMarche Comments
Self Assessment: How did this assignment go?
For Lesson .5 we are going to create hyper links to our next lessons. Since we are using the same "code space" for each or our lessons we need to have a way to navigate to each lesson.
Step #1 - Create 6 more html pages
new file pg0.html, pg1.html, pg2.html, pg3.html, pg4.html & pg5.html
remember, your home pages name is "Index.html" We will add more information to our home page later
Step #2 - Create hyper link references to each of the pages
Step #3 - put place holders on each of the pages you have created
"under construction" for your home page and pages 1 - 6
pg0.html should have your code for lessonZero