#

What is Networking?

Task 1 How websites work

What term best describes the side your browser renders a website?

"Client side"

 

Task 2 HTML

The image we see when we view the site is as follows.
 
As seen in the picture above, there is a typo in line 10. The .jpg extension of the picture was forgotten to be written.
 
When we fix this, we find the answer to our second question.
 
Question 3 asks us to add a Dog image and gave the location of the image.
 
When we add it, we get the answer to the 3rd question.
 
 
Our answers are as follows.
 
Let's play with some HTML! On the right-hand side, you should see a box that renders HTML - If you enter some HTML into the box and click the green "Render HTML Code" button, it will render your HTML on the page; you should see an image of some cats.

No answer needed

 
One of the images on the cat website is broken - fix it, and the image will reveal the hidden text answer!

"HTMLHERO"

 
Add a dog image to the page by adding another img tag () on line 11. The dog image location is img/dog-1.png

"DOGHTML"

 

Task 3 JavaScript

 
In the first question, it asks us to put the js code given in the text above into the html code on the site.
 
When we put our JS Code and run it, the following message, that is, the answer to the first question, appears.
 
Click the "View Site" button on this task. On the right-hand side, add JavaScript that changes the demo element's content to "Hack the Planet"

"JSISFUN"

 
Add the button HTML from this task that changes the element's text to "Button Clicked" on the editor on the right, update the code by clicking the "Render HTML+JS Code" button and then click the button.

No answer needed

 

Task 4 Sensitive Data Exposure

 
The question asks us to find the password hidden in the source code of the site below.
 
 
When we enter the source code and browse a little, we see the following image and our answer.
 
 
View the website on this task. What is the password hidden in the source code?

"testpasswd"

 

Task 5 HTML Injection

 
In the above question, we were asked to inject our malicious link (http://hacker.com) into the site below with HTML code.
 
 
Here is the HTML code we need to write for this.
 
 
 
Then we get the answer to our last question.
 
 
View the website on this task and inject HTML so that a malicious link to http://hacker.com is shown.
 

"HTML_INJ3CTI0N"