diff options
author | bptato <nincsnevem662@gmail.com> | 2021-02-13 15:53:01 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-02-13 15:53:01 +0000 |
commit | ef34bf837c90b124fe5d8f0a058fda3b2d1da170 (patch) | |
tree | 2385f77bfd12c348c86429aad61f195a6be6abe4 /tests/dl.html | |
parent | Improve description list rendering (diff) | |
download | w3m-ef34bf837c90b124fe5d8f0a058fda3b2d1da170.tar.gz w3m-ef34bf837c90b124fe5d8f0a058fda3b2d1da170.zip |
<dl> test
Diffstat (limited to 'tests/dl.html')
-rw-r--r-- | tests/dl.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/dl.html b/tests/dl.html new file mode 100644 index 0000000..c60e6e1 --- /dev/null +++ b/tests/dl.html @@ -0,0 +1,23 @@ +<dl> + <dt>w3m</dt> + <dt>WWW wo miru</dt> + <dd> + A pager with web browsing capabilities,<br> + maintained for Debian. + </dd> + <dt><br>Firefox<br>(linebreak)</dt><br> + <dt>FF</dt> + . + <dd> + A free, open source, cross-platform,<br> + graphical web browser developed by the<br> + Mozilla Corporation and hundreds of<br> + volunteers. + </dd> + <dd> + The Red Panda also known as the Lesser<br> + Panda, Wah, Bear Cat or Firefox, is a<br> + mostly herbivorous mammal, slightly larger<br> + than a domestic cat (60 cm long). + </dd> +</dl> |