answersLogoWhite

0

How do you make a register page in HTML?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a register page in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an Google Adsense code?

It is a code Googe will assign to you after you register with Adsense to place in the HTML index or page of your website or blog


Html is a webpage yes or no?

HTML is the Hyper Text Markup Language. It defines the rules/tags to make a web page. If a file has an extension of .html , then we can say that it is a web page.


How can you make a new bebo page?

click register


How can you chat on a webpage HTML?

HTML is just for designing the look and format of the page. To make the page actually do things, like running a chat page, takes programming. HTML is not a programming language so just using HTML you cannot create a fully functional chat page. You need HTML and a programming language working together to do that.


How do you post HTML program?

A HTML Program is one used to create a web page. It is used to post on server to make the web page live.


How do you make a register page on free webs?

go on wix


What is the break element in HTML?

The break element is &lt;br&gt;. You would use this to make a new line when making a page in HTML. This can be used anywhere in HTML.


How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


What does HTML page mean?

A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension


Where was the language HTML used?

HTML language can be used for markup tags. These markup tags make up a web page.


How do you go previous page in HTML?

Html istself cannot be used to do things like go back to the previous page or go to the next page. Html is simply a markup language, languages that are used to describe information through the use of text that is applied to the document. In order to, make html do such things, a scripting language is used. This can be embedded into html.


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.