Wednesday, March 9, 2016

WEDNESDAY 3/9/16

DO NOW:

Register for the 3D Printing Field Trip & Print Registration(Tuesday April 12th)/Take a Permission Slip (Due Friday)
Print/Submit QR link Card and 1-Page Ad for Personal Blog
Enter Math answers into Google Form

OBJECTIVES
COMPLETED
(Yes or No)
HOW DID YOU DO IT?
Discuss Visitation Week Yes or No What would be a good activity to do for 30 minutes?
Submit Teacher Website Project (Due Friday) Yes or No Submit Rubric and teacher evaluation
Make sure URL is submitted on classroom
Intro to HTML via CodeCademy
Intro to DreamWeaver?
Yes or No Create account via Google
Copy notes into class blog:
There are 6 heading tags (h1-h6)
<h1></h1>
<table align="center" border="1px" style="width: 100%;">
 <tbody>
<tr>
   <td><div style="text-align: center;">
<b>OBJECTIVES</b></div>
   </td>
   <td><div style="text-align: center;">
<b>COMPLETED</b> <br />
<i>(Yes or No)</i></div>
</td>
   <td><div style="text-align: center;">
<b>HOW DID YOU DO IT?</b></div>
</td>
 </tr>
<!----this is where a new row starts. Copy from<tr> to </tr>-->
<tr>
   <td>Objective #1</td>
   <td>Yes or No</td>
   <td>Describe how you accomplished the goal or why you didn't.</td>
 </tr>
<!----this is where a new row ends.-->
</tbody></table>

No comments:

Post a Comment