Test
Topics |
Convert HTML
Test Cookbook:ConvertHTML
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> <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 headingsHeading oneHeading twoHeading threeHeading fourHeading fiveHeading sixThis 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
block quote
<cite>cite</cite>
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>
Test lists
<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
Test links An anchor
Test images 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(approve sites)|http://www.w3.org/Icons/valid-html401-blue(approve sites)"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=