File: file.html

package info (click to toggle)
gtksourceview4 4.8.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,380 kB
  • sloc: ansic: 50,318; xml: 1,432; javascript: 856; perl: 212; sh: 150; php: 48; yacc: 45; ruby: 38; sql: 30; cobol: 20; objc: 19; lisp: 19; fortran: 14; python: 13; makefile: 12; cpp: 8; ml: 3
file content (50 lines) | stat: -rw-r--r-- 1,477 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<!-- Comment -->
<html>
  <head>
    <title>Hi there!</title>
    <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">

    <style type="text/css">
      a.summary-letter {text-decoration: none}
      pre.display {font-family: serif}
      pre.format {font-family: serif}
    </style>

    <style>body {</style>
    <style>body[id=</style>
    <style>body { color:</style>
    <style>body:after { content: "</style>
    <style>body { background-image: url(</style>
    <style>@keyframes foo {</style>
    <style>@media (</style>
    <style>@media screen {</style>
    <style>/*</style>

    <script type="text/javascript">
      window.addEventListener('click', function (e) {
        e.preventDefault();
        alert('Hi there!');
      }, false);
    </script>

    <script>a = "double-quoted string</script>
    <script>a = 'single-quoted string</script>
    <script>a = /regular expression</script>
    <script>a = `template literal</script>
    <script>/*</script>
    <script>/**</script>
    <script>/** {number </script>
    <script>/** {@link </script>
    <script>/** @param {string} </script>

  </head>
  <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF"
        vlink="#800080" alink="#FF0000">
    <h1>
       <span>Hi there!</span>
    </h1>
    Hi there!
    <ex-元素 data-屬性="test">...</ex-元素>
  </body>
</html>