Posts

Showing posts from May, 2021

Lab 06 HTML Form

Image
  Lab #6: HTML HTML Forms QUESTIONS 1.      Explain about the HTML code above. The HTML code above have the elements which is mainly use to make a form in html. I am going to explain these elements one by one. Elements Explanation <form action="/action_page.php"> -        This is the element which is a container for different types of input elements, such as text files, checkboxes, radio buttons, submit buttons. <label for="fname"> -        This element defines a label for several elements such as <input type = “text”> <input type="text" id="fname" name="fname" value=""> -        This element will display a single line text input field for users to input their data. <input type="submit" value="Submit"> -  ...

Lab task 5 TCP/IP

Image
 CINDY BEH XIN YI AI200259 Lab # LAB- TCP//IP INSTRUCTIONS   Investigate all questions below using the computer in front of you and print screen your answers.   1.How to check your computer IP address? Give me several ways on how to do it. 2.How are we going to setup static IP configuration? 3. When do we need to setup static IP configuration? 4. Do you know the type of UTHM IP configuration? Is it static or dynamic? 5.What is static IP? 6. What is dynamic IP? When do we need to use dynamic IP? When do we need to use dynamic IP? 7. By using two IP addresses, show me how to configure a simple network (Consist of Computer A and Computer B). Show me step by step. Please share all your documents on your blog and upload your report to the Author. Answer: 1.      How to check your computer IP address? Give me several ways on how to do it.   First way: ...