answersLogoWhite

0

In earlier versions of HTML, validation could be done only by JS. However, we can do it inbuilt by required attribute in HTML5.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What tools can someone use to validate HTML code?

Some tools people could use to validate HTML code are Dr. Watson, Validate HTM Firefox add on and WDG HTML validator. Also popular to validate HTML codes are Cahse HTML validator life and HTML Toolbox.


How do you create forms using ASP and HTML?

You can use a WYSIWYG html editor to drag and drop html form controls and program their function. An html editor such as Microsoft Front Page or Adobe DreamWeaver can do these tasks.


How validate and retrieve data from database in jsp?

We can do validation by using JavaScript. Here we are using function Validate(). Iam creating one JSP name index.jsp & give a link to another JSP name basic.jsp. In that Jsp iam using Type 1 Jdbc Driver & giving a database connection


How do you use validate in sentence?

Like this: Could you please validate your account name?


How do you write a web proxy using HTML?

HTML is, as it name says, a language for markup, not script or programming. This means it is simply not possible to write a web proxy in HTML.


Is it possible to validate a string using a regular expression to ensure it is not empty?

Yes, it is possible to validate a string using a regular expression to ensure it is not empty.


How do you change HTML attribute using HTML dom?

You can change HTML attributes easily. Using Dom that can be done using JavaScript.


How do you make a personal bio data using HTML?

bio data using html


How do you enter name in HTML?

Name can be entered in HTML using the input element with the type attribute set to "text" or "name". Here's an example code snippet: <input type="text" name="full_name">. This creates a text input field where users can enter their name.


How can scroll the name in the HTML?

You can scroll the name using the <marquee> tag. The marquee tag can be used to slide things in all directions.


How do you post web links?

Assuming you are using HTML, do as follows: <a href="http://www.link.com">Name To Click</a>


How do you troubbleshot your HTML code?

W3C markup validation service is probably the best solution. You can either put a link for the page you wish to validate online, or copy/paste code using direct input tab. The link is http://validator.w3.org/.