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