CSS has been on my list of "stuff to learn" for a long time. My site is still raw HTML because I haven't had that time

If you write a significant amount of HTML, learning CSS will save you time. You can learn quite a lot of CSS in one day, enough to throw out your legacy HTML deprecated physical markup and never look back. In three weeks you'll have regained the time you spent learning CSS.

There are a very small handful of things you'll still use deprecated markup for, because of missing browser support for the corresponding bits of CSS. Horizontal centering is one. border="1" (or whatever thickness you want) on table elements is another. But the time you'll save that you used to spend just in putting in font tags will pay you back the time for learning CSS in short order. Don't delay; learn it today. You can find a good CSS1 tutorial at htmlhelp, and there's a decent CSS2 tutorial at w3schools.

I have Mozilla bookmark keywords set up for XHTML and CSS to point to the corresponding w3schools pages, so that I can type into my browser's address bar something like "css border" and go straight to the explanation of the border property. When I was first learning CSS I used this a lot.


;$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$;[-1]->();print

In reply to Re: Re: YAML-POD to Perl to Web? by jonadab
in thread YAML-POD to Perl to Web? by rje

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.