Skip to main content

Oregon State Flag An official website of the State of Oregon »

Bad-Code-Example

html> New Page 1

SharePoint Quirks

Clean Code Makes Life Easy

Extra tags can cause you extra problems. Your page won't pass accessibility tests, it may render strangely or may not function properly. For the best results type directly into your page or cut and paste using an HTML stripper.

Example 1

Mary had a little lamb whose fleece was white as snow.

 

  1. And then things go funky.

Example 2

Everywhere that Mary went, her lamb was sure to go.

<div><h3>
</h3>
<h2>SharePoint Quirks</h2>
<h3>Clean Code Makes Life Easy</h3>
<p>Extra tags can cause you extra problems. Your page won&#39;t pass accessibility tests, it may render strangely or may not function properly. For the best results type directly into your page or cut and paste using an HTML stripper.</p>
<div>
<h4>Example 1</h4>
<p>Mary had a little lamb whose fleece was white as snow.</p>
<p>And then things go funky.</p></div>
<h4>Example 2</h4>
<p>Everywhere that Mary went, her lamb was sure to go. </p></div>

SharePoint Quirks

Clean Code Makes Life Easy

Extra tags can cause you extra problems. Your page won't pass accessibility tests, it may render strangely or may not function properly. For the best results type directly into your page or cut and paste using an HTML stripper.

Example 1

Mary had a little lamb whose fleece was white as snow.

And then things go funky.

Example 2

Everywhere that Mary went, her lamb was sure to go.