HTML and CSS Reference
In-Depth Information
<div id "rightnav"><a href "${createLink(action:'sessionstorage2')
}">next</a> </div>
</div>
<div id "content">
<ul class "pageitem">
<li class "checkbox"><span class "name">Location </span>
<input id "location" type "checkbox" />
</li>
</ul>
<span class "graytitle">Existing sessionStorage items (<span
id "count"></span>):</span>
<ul class "pageitem">
<liclass "textbox">
<pid "existing"></p>
</li>
</ul>
<ul class "pageitem">
<liclass "bigfield">
<input id "sKey" placeholder "Key" type "text" />
</li>
<liclass "bigfield">
<input id "sValue" placeholder "Value" type "text" />
</li>
<liclass "button">
<input id "add" type "submit" value "Add to sessionStorage" />
</li>
</ul>
<ul class "pageitem">
<liclass "button">
<input id "clear" type "submit" value "Clear all" />
</li>
</ul>
</div>
</body>
</html>
Und das ist der Code der zweiten Seite:
<html>
<head>
<title>HTML5</title>
<meta name "layout" content "webkit" />
<style type "text/css" media "screen">
</style>
<script src "${resource(dir:'js',file:'modernizr 1.1.min.js')}"
type "text/javascript"></script>
<script>
(function my() {
Search WWH ::




Custom Search