/test/marks/ok/paragraph.html
HTML | 40 lines | 28 code | 10 blank | 2 comment | 0 complexity | bb73b712111e0a49c7efb362173055bb MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, WTFPL
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <META NAME="generator" CONTENT="http://txt2tags.org">
- </HEAD><BODY BGCOLOR="white" TEXT="black">
- <CENTER>
- </CENTER>
- <H2>Syntax: Lines grouped together</H2>
- <P>
- A paragraph is composed by one or more lines.
- A blank line (or a table, or a list) ends the
- current paragraph.
- </P>
- <H2>Syntax: Leading and trailing spaces are ignored</H2>
- <P>
- Leading and trailing spaces are ignored.
- </P>
- <H2>Syntax: A comment don't close a paragraph</H2>
- <P>
- A comment line can be placed inside a paragraph.
- It will not affect it.
- </P>
- <H2>Closing: EOF closes the open paragraph</H2>
- <P>
- The end of the file (EOF) closes the
- currently open paragraph.
- </P>
- <!-- html code generated by txt2tags (http://txt2tags.org) -->
- <!-- cmdline: txt2tags -q -\-no-rc paragraph.t2t -->
- </BODY></HTML>