starrr
starrr

Reputation: 1023

Use html5 in asp.net mvc3 project

I've tiked html5 Checkbox when creating asp.net mvc3 prject, I wated to use tag but I couldn't access it. Also in Tools->Options->HTML->Validation->Target I found out the latest version HTML I have is 4.01 What should I do now? I need to use tag. Your answer is very helpful. Thaks.

Upvotes: 1

Views: 1723

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038800

Make sure you have installed the ASP.NET MVC 3 Tools Update which, among other things, adds HTML 5 design-time support. Scott Gu also blogged about it:

enter image description here

Upvotes: 4

Related Questions