New EasyHTML5Video v3.6 is Out
What’s new:
- Batch Mode – convert multiple files simultaneously
- Updated “How to insert to HTML page” tutorial after export
- Improved multi-thread conversion
- Bugs fixes
What’s new:
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Website Title</title>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<nav>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</nav>
</header>
<main>
<section>
<article>
<header>
<h2>Article title 1</h2>
<p>Posted on <time datetime="2015-12-17">December 17, 2015</time> by <a href="#">Author</a> - <a href="#">0 comments</a></p>
</header>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</article>
<article>
<header>
<h2>Article title 2</h2>
<p>Posted on <time datetime="2015-12-17">December 17, 2015</time> by <a href="#">Author</a> - <a href="#">0 comments</a></p>
</header>
<p>Quisque ut vulputate nisl...</p>
</article>
</section>
<aside>
<h2>Sidebar</h2>
<p>Aenean nec rutrum erat.</p>
</aside>
</main>
<footer>
<p>© 2015 Website name</p>
</footer>
</body>
</html>
You are using Firefox 40.0 on Windows 10 – Your browser scores 466 out of 555 points
You are using Chrome 44 on Windows 10 – Your browser scores 521 out of 555 points
You are using Edge on Windows 10 – Your browser scores 397 out of 555 points
You are using Opera 31.0 on Windows 10 – Your browser scores 520 out of 555 points
Try your browser at html5test.com