Last active
September 6, 2020 02:55
-
-
Save dotherightthing/79e7e2df909b9c0e9bf06f57325e88c7 to your computer and use it in GitHub Desktop.
Block link - invalid in HTML 4.01 (https://validator.w3.org/check)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>HTML 4.01 anchor test</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="Content-Style-Type" content="text/css"> | |
</head> | |
<body> | |
<div> | |
<a href="https://website.com"> | |
<h2>Heading</h2> | |
<p>Paragraph</p> | |
</a> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment