File: microdata.4.2.strings.unclean.html

package info (click to toggle)
extruct 0.18.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,048 kB
  • sloc: python: 2,106; makefile: 10
file content (23 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
 <head>
  <title>data element example</title>
 </head>
 <body>
  <div itemscope>
   <p>My name is <span itemprop="name">Neil<style type="text/css">
body {
  color:red;
}
</style></span>.</p>
   <p>My band is called <span itemprop="band">Four Parts Water</span>.</p>
   <p>I am <span itemprop="nationality"><script>
      function count_rabbits() {
        for(var i=1; i<=3; i++) {
          alert("Rabbit "+i+" out of the hat!");
        }
      }
    </script>British</span>.</p>
  </div>
 </body>
</html>