I have my habits with LaTeX, then in HTML I don’t know which element can replace the LaTeX’s \subparagraph{}
command. <br />
isn’t a good idea because it is the equivalent of the blank line in LaTeX. I can create a special class “subparagraph” but before I want to know if HTML didn’t have a similar element.
The \subparagrahp{}
LaTeX’s command is something between the paragraph and the HTML’s <br />
element. Overapi didn’t tell me more :/
Someone have any idea please?
tags. It you're doing this to get visual indentation you can use the margin and/or padding css styles
` but I don’t know how can I translate the `subparagraph{}`. In LaTeX the `subparagraph{}` command make a top and bottom margin a little bit smaller than `paragraph{}`. If I translate this tow command to a same HTML element I will have a leak of information.
– fauve Jan 21 '14 at 20:05