File: Images.xhtml

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
<p>This is a test of image features.</p>

<p>And now a link to the first <a href="#image" title="Image Title" width="500px" height="50px">image</a>, and the <a href="#anotherimage">second</a>.</p>

<p>Here is an image:</p>

<p><img src="http://some.source.com/image.jpg" alt="image" title="Image Title" id="image" width="500px" height="50px" /></p>

<p>And another:</p>

<p><img src="http://some.source.com/image.jpg" alt="another image" title="Another Title" id="anotherimage" width="500px" height="50px" /></p>

<p>And now a link to the first <a href="#image" title="Image Title" width="500px" height="50px">image</a>, and the <a href="#anotherimage">second</a>.</p>