top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Lesson 9: The Internet and Web

Assignment Instructions

HTML Prompt:
1. Go to w3schools.com and review the HTML Basic Examples page
2. Click the Try It Yourself buttons to open the editor in a new browser and run the sample HTML code for each of the 5 tags (documents, headings, paragraphs, links, and images). The HTML code on the left results in the output on the right.
3. Use the Tryit Editor to create a basic webpage that looks like the one below. This should include a heading, some body text, a link, and a picture.
4. If you are done early, start working on the HTML Tutorials and add more tags to your webpage (optional)
5. Take a snapshot of your Tryit Editor window that shows your code and output, and paste into a document.

JavaScript Prompt:
1. Go to w3schools.com and, on the JavaScript tutorial page, on the left, click JS Output, read the information under JavaScript Display Possibilities, and then scroll down, under Using window.alert( ) click the Try It Yourself button to open the editor in a new browser.
2. The JavaScript code on the left results in the output on the right. Replace My First Web Page in the left pane with Hello! I wrote my first JavaScript! DO NOT delete the <H1> and </H1> tags - these are necessary to format the text as headers.
3. Press the RUN>> button to see your results. Take a screenshot and paste into your answer sheet.
4. Click the browser tab to return to the JavaScript tutorial page. On the left, click JS Events. Read the information under HTML Events and then click the Try it Yourself button. Edit the code in the left pane, using your own name, so the button says What time is it, your name? Click the RUN>> button.
5. Click the What time is it, your name button, take a snapshot, and paste into your answer sheet. Compare the lines of code in the two examples. How are they different? Why is the code activated in the JS events example? Answer each question under the snapshots.
6. Return to the JavaScript Tutorial page. Click JS If Else and try out "the if statement", "the else statement", and "the else if statement" examples and then compare them. Write a sentence or two about which is the best control structure, and why?

Assignment

Assignment

Discussion Post

Prompt:
Defining the Internet and the Web: Differentiate between the terms "Internet" and "World Wide Web." What is the Internet, and what role does it play in enabling global connectivity? How does the Web relate to the Internet, and what additional layer does it bring to the digital experience?

Include the prompt and two of the following topics in your post:
Historical Context: Explore the origins and evolution of both the Internet and the Web. What were the driving forces behind their development, and how have they transformed over the years to become integral to our daily lives?
Underlying Technologies: Delve into the underlying technologies that power the Internet and the Web. Discuss key concepts such as protocols, servers, browsers, and hyperlinks. How do these technologies enable the seamless exchange of data and information?
Internet vs. Web: Discuss scenarios where the Internet and the Web are used interchangeably, even though they have distinct meanings. How does this interchangeability contribute to misconceptions about their roles?
Global Impact: Examine the global impact of the Internet and the Web on various aspects of society, including communication, commerce, education, and social interactions. How have these technologies revolutionized the way we access information and engage with the world?
Emerging Trends: Research and share emerging trends related to the Internet and the Web. Are there technological advancements, such as the Internet of Things (IoT) or the evolution of Web standards, that are shaping the future of digital connectivity?
Challenges and Ethical Considerations: Consider the challenges and ethical considerations associated with the Internet and the Web. How do issues like privacy, security, and the digital divide come into play? How can we address these challenges to ensure a safe and inclusive online environment?

Post:
The internet is a network of computers that are connected together that let people communicate between each other from computer to computer. The internet allows one person to communicate instantly with another person no matter the distance this allows me to connect with my mom who is across the country and vise versa. While the web is a graphic interface on the internet that has websites that users can use and look at. The web is a system that is on the internet. The Web is a common area for people to trade information through the use of websites.

Global Impact: The Internet and Web have Impact every part of life. They have made communication much easier and faster being able to email, text, call, etc. someone across the globe instantly. Education has improved if there was no internet when Covid-19 occurred and students couldn't be in class if there was no way for students and teachers to connect with each other from different places and being able to interact simultaneously students would had have had a hard time learning the material. The web brough ecommerce allowing consumers to buy products online and never having to have to go in a store ever. Social interactions have become both online and in person and in some ways all online for people doing long distance relationships in collage they are able to video call and see each other and talk to each other. When someone want's to find out something about anything no one goes to the library first but instead first goes to the Web and looks up there question.

Challenges and Ethical Consideration: Privacy is a big concern especially with TikTok today as there is a bill in congress that will effectively ban TikTok if the company based in China doesn't sell it then TikTok will be banned in the US. This is because of the US government worried about the Chinese government making TikTok change the algorithm to change views in elections. This in my opinion would go against US citizens first amendment right but this calls into question what is more important free speech or national security. The digital divide is a big problem as almost everything happens on the internet and web so not having access to these can be a big problem luckily most if not all library's have computers and public schools are starting to give computers to students allowing them access to the internet and web. Students in low income areas receiving computers helps to decrease the digital divide as it gives younger generation which has the most of any generation on the internet which helps.

This week I created a a basic Web Page using HTML tutorials. I also created a Web Page using JavaScript. I then did a discussion post defining and talking about the differences of the internet and World Wide Web.

bottom of page