Recent Changes - Search:

add Test page

hide

Test


hide

Topics

show

Changed

Visitor's book Site map pmwiki-2.3.33

Convert HTML

MessagesReplacement version 2024-04-27new


To use this test open the attached file Attach:ConvertHTML test.html, copy and paste the contents below, and preview the page.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> Test example of HTML <head> <title>Test example for PmWiki ConvertHTML recipe</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content="PmWiki, recipe, conversion, markup"> <meta name="description" content="A test page to be used as input for the PmWiki Convert HTML recipe"> </head> <body>

Test headings

Heading one

Heading two

Heading three

Heading four

Heading five
Heading six

This page tests the PmWiki convert html recipe.

bold italic bold italic italic bold big small <s>strike (s)</s> <strike>strike (strike)</strike> Asubscript Asuperscript teletype
<acronym>acronym</acronym> <address>address</address>

block quote

<cite>cite</cite> code <del datetime="2009-08-30T08:07:06NZST" cite="https://kiwiwiki.co.nz">deleted</del> emphasis <ins datetime="2009-08-30T08:07:06NZST" cite="https://kiwiwiki.co.nz">inserted</ins> <pre width="20">pre formatted, width (deprecated) is specified in characters</pre> strong

HTML comment



br clear left
br clear right
br clear all span

div

paragraph <center>center</center> <font>font</font>

Test tables

<caption>An example table to be converted to PmWiki markup</caption> <thead> <tr> <th>Header</th>

colspan 2

</tr> </thead> <tfoot> <tr> <th>Footer</th>

footer cell footer cell

</tr> </tfoot> <tbody> <tr> <th>Row 1</th>

data cell rowspan 2

</tr> <tr> <th>Row 2</th>

data cell

</tr> </tbody>

Test lists

  1. Ordered list
  2. Second item
  • Unordered list
  • Second item
definition term
definition description 1

<dd>definition description 2</dd> :another definition term</dt> <dt>yet another definition term:An example of a block definition description

Definition descriptions are very flexible

  • block level elements can be used in the definition description
  • there may be multiples of definition terms and definition descriptions
  • Reference: Definition lists - misused or misunderstood?(approve sites) </dd>

Test links

An anchor
Link to anchor Δ
Link to "LocalName" Δ
Link to "LocalPageName.html" Δ
Link to "LocalPageName.html#anchor" Δ
Link to "LocalDocumentName.doc" Δ
Link to "/LocalPageName.html"
Link to "/LocalDocumentName.doc"
Link to "https://kiwiwiki.co.nz"

Test images

title description
left aligned image
right aligned image


Test forms

<form action="" method="POST"> <fieldset> <legend>Basic input</legend> <label for="text">Text:</label> <input type="text" name="text" value="text" size=8 id="text"> Password: <input type="password" name="password" value="password"> Radio: <input type="radio" name="radio" value="radio"> Television: <input type="radio" name="radio" value="television"> Checkbox: <input type="checkbox" name="checkbox" value="checkbox" checked="checked"> Checkbox: <input type="checkbox" name="checkbox" value="boxcheck"> </fieldset> Submit: <input type="submit" name="submit" value="submit"> Reset: <input type="reset" name="reset" value="reset"> Image: <input type="image" name="image" value="image" alt="image"> Hidden: <input type="hidden" name="hidden" value="hidden"> File: <input type="file" name="file" value="file"> <textarea rows=4 cols=30>Text area</textarea> <select name="select" multiple="multiple" size=2> <optgroup label="optgroup"> <option value="option" selected="selected">option</option> <option value="option2">option2</option> </optgroup> <optgroup label="optgroup2"> <option value="option3" selected="selected">option3</option> <option value="option4">option2</option> </optgroup> </select> </form>

[[http://validator.w3.org/check?uri=referer|http://www.w3.org/Icons/valid-html401-blue"Valid HTML 4.01 Transitional" ]]

</body> </html>

tahi Page last modified on 2009 Sept 10 15:05

Edit - History - Recent Changes - WikiHelp - Search - email page as link -> mailto:?Subject="KiwiWiki: Convert HTML"&Body=