Skip to content

Commit 5d209c5

Browse files
committed
Revert to HTML4.01
1 parent 94eb5fd commit 5d209c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

selectors4/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22

33
<html lang=en>
44
<head>
55
<title>Selectors Level 4</title>
66
<link href=default.css rel=stylesheet type="text/css">
77

8-
<style>
8+
<style type="text/css">
99
.tprofile td, th { vertical-align: baseline; padding: 0 0.5em; }
1010
.tprofile th { text-align: right; }
1111
</style>

selectors4/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
44
<title>Selectors Level 4</title>
55
<link href="default.css" type="text/css" rel="stylesheet">
6-
<style>
6+
<style type="text/css">
77
.tprofile td, th { vertical-align: baseline; padding: 0 0.5em; }
88
.tprofile th { text-align: right; }
99
</style>

0 commit comments

Comments
 (0)