answersLogoWhite

0


Best Answer

Yes. A web form is something that goes onto a web page if you want it.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you create a webpage without using a web form?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a webpage that needs a survey to get in?

To create a webpage that requires a survey to grant access, you can use a combination of HTML for the webpage structure and JavaScript for form validation and survey submission. Set up the survey questions within a form element on the webpage and use JavaScript to check the survey responses before allowing access to the rest of the page’s content. Consider using server-side scripting (e.g., PHP, Node.js) to handle the form submission and authenticate users based on their survey responses.


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


How do you create a webpage fast?

Go to PageEasy.com and sign up. Then pick a domain and fill out one form. You can sign in again later to make changes...


How do you create a form by using the form wizard?

start the form wizard. on the create tab,choose form wizard. follow the directions on each page and click finish.


Why would God create the earth without form and void?

God didn't create the earth without form and void. The original manuscripts say that the earth BECAME without form and void. He destroyed that first age, but not the earth.


How do you create a drop down list of content for your webpage?

You could use the HTML <form> attribute to learn more about it have a look under the HTML section @ http://www.w3schools.com


How do you create booking form in c language?

using structures and classes


A form of trade without using money?

barter


How do you get words to move across the screen on a neopets guild webpage?

By using, in its simplest form, <marquee> and </marquee>. A quick Marquee guide - http://www.htmlcodetutorial.com/_MARQUEE.html


How does one submit a form using JavaScript?

You can submit a form with Javascript by using certain code which allows you to firstly create a form then nest this with a button that will submit when, for example, a user clicks on it.


How do you create a news letter using Microsoft Word?

all you have to do is click on lettering form


How do you create an address book using jsp and store all the information?

To create an address book using JSP, you can create a form to input contact information like name, email, phone number, etc. When the form is submitted, you can handle the data in a servlet and store it in a database like MySQL using JDBC. Then, you can retrieve and display this information in the JSP using Java servlets.