2
Answers

how to make Page Responsive

Hello....
please help me..
this page look proper in laptop but in mobile not responsive What to Do now...
Given Below screenshot of code ..
 
 
 
Answers (2)
0
Ishika Tiwari

Ishika Tiwari

34 5.4k 3.2k 1y

There are several ways to get data from users, depending on the context and platform you're working with. Here are some common methods:

  1. Web Forms: On websites or web applications, you can use HTML forms to collect data from users. HTML forms allow you to define input fields (text, checkboxes, radio buttons, etc.) that users can fill out and submit. The submitted data can be processed on the server side using a server-side language like PHP, Python, or JavaScript.

  2. APIs: If you're developing a web service or an application that interacts with other systems, you can define an API (Application Programming Interface) that allows users to send data to your system. You can provide documentation on the API endpoints and data format (e.g., JSON or XML) so that users can make requests and send data accordingly.

  3. Mobile Apps: In mobile applications, you can design user interfaces with input fields, buttons, and other interactive elements to collect data from users. You can use programming languages and frameworks specific to the mobile platform (such as Swift for iOS or Java/Kotlin for Android) to handle user input and process the data.