Sha256: 6050979058e77b96fac948603736d9c80caf41be143e9740a3ea2a6750f8b409

Contents?: true

Size: 414 Bytes

Versions: 8

Compression:

Stored size: 414 Bytes

Contents

<!DOCTYPE html>
<html lang="en-ca">
  <head>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <title>HTML 5 Example</title>
  </head>
  <body>
    <p>This is a sample HTML 5 document.</p>
    <section>
	  <h1>Example of paragraphs</h1>
	  This is the <em>first</em> paragraph in this example.
	  <p>This is the second.</p>
	  <!-- This is not a paragraph. -->
	</section>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
w3c_validators-1.3.7 test/fixtures/valid_html5.html
w3c_validators-1.3.6 test/fixtures/valid_html5.html
w3c_validators-1.3.5 test/fixtures/valid_html5.html
w3c_validators-1.3.4 test/fixtures/valid_html5.html
w3c_validators-1.3.3 test/fixtures/valid_html5.html
w3c_validators-1.3.2 test/fixtures/valid_html5.html
w3c_validators-1.3.1 test/fixtures/valid_html5.html
w3c_validators-1.3 test/fixtures/valid_html5.html