Dynatable-interactive table plug-in based on HTML5 & jQuery, dynatablehtml5
Dynatable is an interesting, semantic, and interactive table plug-in that uses jQuery, HTML5, and JSON. Dynatable is designed to provide a simple and scalable API that allows you to easily browse and operate large-scale datasets. Dynatable provides common data processing functions such as sorting, search, and filtering.
Effect preview download
HTML5-based website homepage framework construction
Html code:
<! Doctype html>
<Html>
<Head>
<Meta charset = "UTF-8">
<Title> HTML5 example </title>
<Link rel = "stylesheet" type = "text/css" href = "style.css"/>
</Head>
<Body>
<Header>
Header top area
</Header>
<Nav>
<Ul>
<Li> <a href = "#"> nav menu </a> </li>
</Ul>
</Nav>
<Section>
<Aside>
Aside sidebar Area
</Aside>
<Article>
Article Area
</Article>
</Section>
<Footer>
Footer copyright information area
</Footer>
</Body>
</Html>
Style.css:
Header, nav, section, footer {width: 1000px; margin: 0 auto 10px auto; text-align: center ;}
Header {height: 100px; background: # a5d3d5}
Nav {height: 40px; background: #8 ecaef}
Nav li {list-style: none}
Section {min-height: 300px ;}
Aside {float: left; min-height: 300px; width: 300px; background: # dcaace}
Article {float: right; min-height: 300px; width: 700px; background: # E6F2FF}
Footer {height: 80px; background: # daebf5 ;}
What language is html5 written based on?
Html5 is a Web page Specification
He is interpreted and executed in different browser kernels.
In what browser do you use to see what language is used for explanation?