summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/p/025-isvalid.xhtml
blob: a2b95280b22f7e446888e0f5984c022ce67ca9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>&lt;p&gt;</title>
</head>
<body>
  <!-- is block -->
  <p class="class" id="id" xml:lang="en">text</p>

  <!-- can contain interactive -->
  <p><a>text</a></p>
</body>
</html>