Html 使用 Visual Studio 2012 进行 HTML5 开发

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13961022/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-29 04:28:59  来源:igfitidea点击:

HTML5 development with Visual Studio 2012

htmlvisual-studio-2012

提问by user1415780

I am new to the web world and I am asked to developed an HTML5 website using Visual Studio 2012. I have the following questions:

我是网络世界的新手,我被要求使用 Visual Studio 2012 开发一个 HTML5 网站。我有以下问题:

  1. Can someone give me a link on how to set up visual studio 2012 to create HTML5 applications ? I tried to create a new project but didn t find an option for HTML5 applications at all?

  2. Can someone suggest a good youtube page or tutorial page on how to develop HTML5 websites using visual studio 2012?

  1. 有人能给我一个关于如何设置 Visual Studio 2012 来创建 HTML5 应用程序的链接吗?我尝试创建一个新项目,但根本没有找到 HTML5 应用程序的选项?

  2. 有人可以推荐一个关于如何使用 Visual Studio 2012 开发 HTML5 网站的好的 youtube 页面或教程页面吗?

采纳答案by calvinf

HTML5 is a newer version of HTML for browsers that support the features that comprise it. You may want to start by reading the wiki entry for HTML5.

HTML5 是 HTML 的较新版本,适用于支持构成它的功能的浏览器。您可能希望首先阅读HTML5wiki 条目

The W3C completed the HTML5 specificationearlier this week (December 17, 2012).

W3C完成HTML5规范本星期早些时候(2012年12月17日)。

Before focusing on what features Visual Studio 2012 provides for developing HTML5 web applications, I'd suggest learning what HTML5 is, how it works, and what browsers support what features.

在关注 Visual Studio 2012 为开发 HTML5 Web 应用程序提供哪些功能之前,我建议您先了解一下 HTML5 是什么如何工作的以及哪些浏览器支持哪些功能

A great place to start reading is Dive Into HTML5.

开始阅读的好地方是Dive Into HTML5

回答by kamlendra

you can refer : http://docs.kendoui.com/tutorials/ASP.NET/asp-net-hello-html5

你可以参考:http: //docs.kendoui.c​​om/tutorials/ASP.NET/asp-net-hello-html5

And if you are in hurry,can jump directly to 6th min in this video, for the straight forward answer to this Question.

如果你赶时间,可以直接跳到这个视频的第 6 分钟,直接回答这个问题。