
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
Is it possible to add HTML5 validation to Visual Studio?
For HTML5 validation, you need to install IntelliSense and validation support to Visual Studio. HTML5 is supported by Visual Studio 2012.
VS 2010 had IntelliSense support, but VS 2012 added corresponding snippets making it fast and easy to write markup.
Follow the steps −
- Launch Visual Studio 2012
- Go to Tools > Options menu
- When Options configuration screen is displayed, go to Text Editor > HTML > Validation.
- Related Articles
- Adding HTML5 Validation to Visual Studio
- How to debug JavaScript in Visual Studio?
- Is it possible to style HTML5 audio tag?
- How to include libraries in Visual Studio 2012?
- Override HTML5 validation
- Getting Started with C++ in Visual Studio
- C++11 features in Visual Studio 2015
- Using SSIS 2014 with Visual Studio 2012 to integrate with SAP
- What is the best IDE for C# besides Visual Studio?
- Upgraded to SAP.net connector 3.0 is not working in Visual Studio 2008 and 2010
- How to add visual effects to images with CSS?
- Limitation on number of columns in Visual Studio 2008
- How to display HTML5 client-side validation error bubbles?
- How to add validation to your Django project?
- Is it possible to validate the size and type of input=file in HTML5?

Advertisements