/test/marks/ok/paragraph.html
HTML | 40 lines | 28 code | 10 blank | 2 comment | 0 complexity | bb73b712111e0a49c7efb362173055bb MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<HTML> 3<HEAD> 4<META NAME="generator" CONTENT="http://txt2tags.org"> 5</HEAD><BODY BGCOLOR="white" TEXT="black"> 6<CENTER> 7</CENTER> 8 9 10<H2>Syntax: Lines grouped together</H2> 11 12<P> 13A paragraph is composed by one or more lines. 14A blank line (or a table, or a list) ends the 15current paragraph. 16</P> 17 18<H2>Syntax: Leading and trailing spaces are ignored</H2> 19 20<P> 21 Leading and trailing spaces are ignored. 22</P> 23 24<H2>Syntax: A comment don't close a paragraph</H2> 25 26<P> 27A comment line can be placed inside a paragraph. 28It will not affect it. 29</P> 30 31<H2>Closing: EOF closes the open paragraph</H2> 32 33<P> 34The end of the file (EOF) closes the 35currently open paragraph. 36</P> 37 38<!-- html code generated by txt2tags (http://txt2tags.org) --> 39<!-- cmdline: txt2tags -q -\-no-rc paragraph.t2t --> 40</BODY></HTML>