Friday, September 23, 2016

What's Going On? September 26th through 30th

 Lesson 4: Links

This week students will be working on lesson 4.  During this unit students will learn how to create links to visit external websites, to link pages within their website and to create links within a page.

We will talk about how to create an absolute link to an existing website:

      <a href = "http://www.waukeshanorth.org">Waukesha North Home Page</a>


We will talk about how to create a relative link within our website:

    <a href = "index.html">Website Home Page</a>


We will also talk about how to create a link fragment (linking within a page):

   <h1 id="top">Top of the Page</h1>

    <a href = "#top">Back to the top of the page</a>


Lastly, we will talk about how to create an e-mail link:

  <a href = "mailto:kkamenar@waukesha.k12.wi.us">E-Mail Mrs. Kamenar</a>


This week students will have a reading guide to complete by Thursday's class.  We will also have our ten multiple choice questions as a summative assessment on Friday.  I encourage students to pre-plan their answers to these questions.  Students can find the questions with answer choices on BlackBoard and they were also included on the backside of this week's reading guide.  Students will also complete three assignments related to link creation: 4a, 4b, and 4c.

Students are considered "on pace" if unit 4 is complete by the end of class on Friday.  If students need additional time in the lab, please check with me.  We can arrange a time before or after school.

No comments:

Post a Comment