Ask yourself: why does the internet produce far more HTML
than PDF?

Because HTML is not a print format, it has to adapt to
different screen-width, styles and font-sizes by automatically
flowing stuff around.

When writing one wants a max line width between 60-80 char,
your automated linebreaks would jigsaw the reading experience.

As a demonstration I've manually included such linebreaks in
this post. Have fun reading this on different devices.

In HTML it's the reader who decides about the line-width
by resizing his browser. There are only limited useful cases
where br-tags are appropriate.

This all is no new wisdom, it's the absolute basic a respected
web programmer needs to know about HTML.

So please do yourself (and us) a favor and stop showering pros
with your ignorant amateur advices. This is a Perl board we not
a web-dev kindergarten.


In reply to Re^15: Making Perl Monks a better place for newbies (and others) (NOT A PRINT FORMAT) by Anonymous Monk
in thread Making Perl Monks a better place for newbies (and others) by ELISHEVA

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.