Explain the World Wide Web
Contrast the Internet and the World Wide Web
Explain the parts of an URL
Explain Web navigation tools
Describe how to customize a web browser
Explain the difference between a subject guide and a search engine.
Compare and contrast methods of e-commerce
Identify reasons for the success of e-commerce
Discuss how e-postage works to deliver postage across the internet.
Additionally, we will learn how to code in HTML. Students will add sections to their existing webpages using HTML code.
Cascading Style Worksheets
Graphical Browser
Home Page
Hypertext Markup Language
Hypertext Transfer Protocol
Style Sheet
Tag
Web Page
Web Server
Web Site
World Wide Web
Back button
Cookie
Forward Button
Knowledge Base
Navigation Button
Tracking
E- Commerce
Online Banking
<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:
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.