Skip to content

Instantly share code, notes, and snippets.

@Elexy
Created February 25, 2014 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elexy/9217076 to your computer and use it in GitHub Desktop.
Save Elexy/9217076 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html class="htmlclass" leuke="attribute">
<head class="headclass">
<title>page 1</title>
</head>
<body>
<h1>Pagina spandiv</h1>
<h2>SPAN with input</h2>
<span>you can read this
<input type="text" id="aircomonteur (mbo-1)" value="test"/>
</span>
<h2>confidential SPAN with input</h2>
<span class="confidential">this is secret
<input type="text" id="aircomonteur (mbo-1)"/>
</span>
<h2>SPAN with confidential input</h2>
<span>this is not secret
<input class="confidential" type="text" id="aircomonteur (mbo-1)"/>
</span>
<h2>confidential SPAN</h2>
<span class="confidential">secret span</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment