File: img_with_alt.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (38 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Photo with alt attribute</title>
</head>
<body>
<article class="h-entry">
  <span class="p-name">name</span>
  <img class="u-photo" src="/photo.jpg"/>
</article>

<article class="h-entry">
  <span class="p-name">name</span>
  <img class="u-url" src="/photo.jpg" alt="alt text" />
</article>

<article class="h-entry">
  <span class="p-name">name</span>
  <img class="u-in-reply-to" src="/photo.jpg" alt="" />
</article>

<article class="h-entry">
  <span class="p-name">name</span>
  <img class="u-in-reply-to h-cite" src="/photo.jpg"/>
</article>

<article class="h-entry">
  <span class="p-name">name</span>
  <img class="u-in-reply-to h-cite" src="/photo.jpg" alt="alt text" />
</article>

<article class="h-entry">
  <span class="p-name">name</span>
  <img class="u-in-reply-to h-cite" src="/photo.jpg" alt="" />
</article>
</body>
</html>