Skip to Content

HTML Document

URL: https://www.example.com/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Thu, 17 Oct 2019 07:18:26 GMT
Download Time: Less than a second
Cookies: None
Size: 2 KB
Depth: 0 clicks from home page
Charset: utf-8
Forms: 0 forms containing 0 controls
HTTP Headers:  6 headers
Links In:  0 pages
Links Out:  1 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
  
Issue Issues: 10 issues found on 12 lines

1<!doctype html>

2<html>

3<head>

4 <title>Example Domain</title>

5

6 <meta charset="utf-8" />

7

<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

8 <meta name="viewport" content="width=device-width, initial-scale=1" />

9 <style type="text/css">

10 body {

11 background-color: #f0f0f2;

12 margin: 0;

13 padding: 0;

14 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

15

16 }

17 div {

18 width: 600px;

19 margin: 5em auto;

20 padding: 2em;

21 background-color: #fdfdff;

22 border-radius: 0.5em;

23 box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);

24 }

25 a:link, a:visited {

26

color: #38488f;

27 text-decoration: none;

28 }

29 @media (max-width: 700px) {

30 div {

31 margin: 0 auto;

32 width: auto;

33 }

34 }

35 </style>

36</head>

37

38<body>

39<div>

40

<h1>Example Domain</h1>

41

<p>This domain is for use in illustrative examples in documents. You may use this

42 domain in literature without prior coordination or asking for permission.</p>

43 <p>

<a href="https://www.iana.org/domains/example">More information...</a></p>

44</div>

45</body>

46</html>