Week 33& 34 Module

In this lesson,  the tile focuses on understanding the Web. We will cover the following objectives:

Chapter 29 Google Slides

Ch29 Principles of Info Tech

Review Fundamentals of Creating a Website.

PowerPoint - Building & Maintaining a Website (Downloadable Version)

The vocabulary that will be covered will be:

Intro to  HTML Coding

In the very first lesson of learning HTML Code,  you will learn that HTML consist of opening and closing tags.  There are a variety of tags that serve different purposes. The content inside an HTML Code are called elements. For example, The <h1> </h1> tags are meant for headings or titles. (Please see the description below.) If I were, for example, to create a website on Artificial Intelligence. I would code the title this way <h1> Artificial Intelligence </h1> After this, I would use the <div> to create space between the title and the paragraphs.  To write a paragraph, I would start with the tag <p> and when I finish the paragraph, I would end with the closing tag</p>.  To create space for my next paragraph, I would use the closing tag </div> and then an opening tag <div>. This would indicate that I am done with the first paragraph and I ready for the second. The last item for the first lesson is to add a link.  To add a link use the following opening and closing tags: 

<a ref="Codeacademy.com" Code Academy></a>


<h1>Biography</h1>

<div>

<p>Hello, my name is Raul Cisneros. I am a certified teacher. I enjoy teaching Math and Principles of Information Technology.</p>

</div>

<div>

<p> Here are some of my favorite websites.</p>

</div>

<a href="http://codeacademy.com">Code Academy<a/>

End Result is the following:

Biography

Hello, my name is Raul Cisneros. I am a certified teacher. I enjoy teaching Math and Principles of Information Technology.

Here are some of my favorite websites.

Code Academy 

Understanding_the_Web.pdf
Understanding_the_Web_Part_2.pdf
Understanding_the_Web (2).pdf
Understanding_the_Web (1).pdf
Web_Browsing.pdf
Web_Browsing (1).pdf
Website_Design (5).pdf
Website_Design (4).pdf
Website_Design_Part_2 (1).pdf
Website_Design_Part_2.pdf
Vocabulary Handout (6).pdf
Vocabulary Handout (7).pdf
Untitled document