summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/obsolete/strike-novalid.html
blob: 0a4c770468b0b5e051436e7174ee7fb415cb234e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>the "strike" element is obsolete</title>
<meta charset=utf-8>
</head>
<body>
<strike>baz</strike>
</body>
</html>