HTML速学教程(入门课程)
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
html5 是 html 语言最受欢迎的版本之一,它支持音频和视频、离线存储、移动端、和标签属性等等。还提供了
你有没有曾经希望能在 HTML 中使用自定义标签?比如:使用 和 来组织页面,在 HTML6 里我们希望可以直接使用象 HTML6 的标签前带有命名空间,如:, HTML6 代码样例:
nbsp;html>
<html>
<head>
<title>A Look Into HTML6</title>
<meta>
</head>
<body>
<header>
<logo>
<media>
</media></logo>
<nav>
<a>a1
<a>a2
</a></a></nav>
</header>
<content>
<article>
<h1>Heading of main article</h1>
<h2>Sub-heading of main article</h2>
<p>[...]</p>
<p>[...]</p>
</article>
<article>
<h1>The concept of HTML6</h1>
<h2>Understanding the basics</h2>
<p>[...]</p>
</article>
</content>
<footer>
<copyright>This site is © to Anonymous 2014</copyright>
</footer>
</body>
</html>
在上面的代码中,你也许注意到了一些奇怪的HTML6 APIs
1.
nbsp;html> <html>// this is equivalent to tag written in previous HTML versions <!-- sample of HTML document --> </html>
2.
和 标签一样。nbsp;html> <html> <head> <!-- Main content would come here, like the <html:title> tag --> </head> </html>
3.
nbsp;html> <html> <head> <title>A Look Into HTML6</title> </head> </html>
4. <meta>
nbsp;html> <html> <head> <title>A Look Into HTML6</title> <meta> </head> </html>
5.
nbsp;html> <html> <head> <title>A Look Into HTML6</title> <link> </head> </html>
6.
和 标签一样。nbsp;html> <html> <head> <title>A Look Into HTML6</title> </head> <body> <!-- This is where your website content is placed --> </body> </html>
nbsp;html> <html> <head> <title>A Look Into HTML6</title> </head> <body> <a>Go to siteurl.com!</a> </body> </html>
8. 和
nbsp;html> <html> <head> <title>A Look Into HTML6</title> </head> <body> <button>Click Here</button> </body> </html>
9. ,
nbsp;html> <html> <head> <title>A Look Into HTML6</title> </head> <body> <!-- Image would come here --> <media> <!-- Video doesn't need a type --> <media> </media></media> </body> </html>
和 HTML5 一样, HTML6 也有两种标签类型:单标签(single tag) 和双标签(double tag)
<meta>
单标签不需要结束符’/’
HTML6 规范还未发布,本文原作者Oscar Godson 只是为我们提供了一个对 HTML6 规范的展望,或者说他希望 HTML6 能够支持的一些新特性。
前端入门到VUE实战笔记:立即学习
>在学习笔记中,你将探索 前端 的入门与实战技巧!
已抢7337个
抢已抢95475个
抢已抢14940个
抢已抢52729个
抢已抢195932个
抢已抢87512个
抢