File: nested_multiple_classnames.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 549 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
<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="content-type" content="text/html; charset=utf-8">
 <title>Nested + Multiple Classnames</title>
</head>
<body>
 <article class="h-entry h-as-note">
  <h1 class="p-name">A BLOG POST</h1>
   <div class="p-author p-reviewer h-card">
    <span class="p-name">Tom Morris</span>
    <a href="http://tommorris.org/" class="u-url">tommorris.org</a>
    <p class="p-adr h-adr">
     <span class="p-city">London</span>
    </p>
   </p>
  </div>
  <p class="h-cite">Some Citation</p>
 </article>
</body>
</html>