Computer Science, asked by solankevedant7, 17 days ago

1. Create a quiz on types of computer network using python language ( min 5 questions)
2. Create a webpage in HTML to display different network components and their uses.​

Answers

Answered by sb4145847
0

Answer:

I hope it is helpful u

Explanation:

Web forms are used by virtually all websites for a wide range of purposes. Users of forums and social networks use forms to add content and interact with other users. Websites that can be customized to create a personalized experience, such as customizable newsfeeds, use forms to allow users to control the content that appears on the page. And nearly every website uses forms to allow website visitors to contact the organization or person administering the website.k Web forms are made possible by the integration of multiple technologies:

HTML to create the form fields and labels and accept user input.

CSS to style the presentation of the form.

JavaScript to validate form input and provide Ajax-enabled interactions.

Server-side languages such as PHP to process form data.

Similar questions