ad: CQMM-1

HTML for Everyone That Wants to Use It

Discussion in 'Amateur Radio News' started by Guest, May 1, 2001.

Thread Status:
Not open for further replies.
ad: L-HROutlet
ad: l-rl
ad: Left-3
ad: Radclub22-2
ad: L-MFJ
ad: abrind-2
ad: Left-2
  1. Guest

    Guest Guest

    Mike writes "

    Hello all,</p>



    It's raining and my antenna is disconnected and I was trying to find something
    &quot;hammy&quot; to do. Then I thought, &quot;Why not post something helpful on
    QRZ'ed?&quot; What to post? Ahhh, why not post a little lesson in HTML? It's not exactly
    &quot;hammy&quot; but at least it's helpful or at least can be. So...here goes -</p>






    HyperText Markup Language,
    HTML is the language of web pages. QRZ'ed allows us to &quot;spiff&quot; up our posts by
    using some of the HTML commands that are available. That is where this post comes in.
    Before I start, if you want to see what real code looks like, click on View and then
    Source (in Explorer) and view the source of QRZ.COM.</p>



    QRZ'ed lets us use the following characters. You place text that you want to format
    between the &lt;?&gt; and the &lt;/?&gt;. The &lt;/?&gt; is used to stop formatting the
    character and is called the closing tag.</p>



    &lt;B&gt;&lt;/B&gt; - Bold Face text

    &lt;I&gt;&lt;/I&gt; - Italicize text

    &lt;P&gt;&lt;/P&gt; - New Paragraph

    &lt;A&gt;&lt;/A&gt; - This is the link tag. There is special
    consideration due this tag. I'll cover that later in this document.

    &lt;LI&gt; - This is the list tag. It is used with the &lt;OL&gt; and the
    &lt;UL&gt; tag. There is no &lt;/LI&gt; tag. The stop is covered by the &lt;/OL&gt; and
    the &lt;/UL&gt; tags.

    &lt;OL&gt;&lt;/OL&gt; - This is the ordered list tag. Time for some
    details.</p>



    &lt;P&gt;&lt;OL&gt;

    &lt;LI&gt; List Item 1

    &lt;LI&gt; List Item 2

    &lt;LI&gt; List Item 3&lt;/P&gt;&lt;/OL&gt;</p>



    Looks like this-

    1. List Item 1
    2. List Item 2
    3. List Item 3




    &lt;UL&gt;&lt;/UL&gt;
    - This is the unordered list tag. </p>



    &lt;LI&gt; List Item 1

    &lt;LI&gt; List Item 2

    &lt;LI&gt; List Item 3&lt;/P&gt;&lt;/UL&gt;</p>



    Looks like this-

    <ul>
    [*]List Item 1
    [*]List Item 2
    [*]List Item 3
    [/list]



    &lt;EM&gt;&lt;/EM&gt; - This is the Emphasis tag. It is used to emphasize text. In
    Netscape and Explorer this is typically done with italicizing.

    &lt;BR&gt; - This is the break tag. It is similar to a carriage return. It differs from
    the &lt;P&gt; tag in that there is no additional line added to the document.

    &lt;TT&gt;&lt;/TT&gt; - This is the monospaced typewriter font. <tt>It looks like this.</tt>

    &lt;STRONG&gt;&lt;/STRONG&gt; - This is the strong emphasis tag. It causes text to be more
    strongly emphasized than the &lt;EM&gt; tag. In Netscape and Explorer this is typically
    done with bold faced text.

    &lt;BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt; - This tag is used to create a quotation. Instead of
    typing this -</p>



    &quot;Now is the time for all good men to learn CW, or not&quot;</p>



    Do this-</p>



    &lt;BLOCKQUOTE&gt;&quot;Now is the time for all good men to learn CW, or
    not&quot;&lt;/BLOCKQUOTE&gt; and get this-</p>

    <blockquote>


    &quot;Now is the time for all good men to learn CW, or not&quot;</p>
    </blockquote>



    and

    &lt;DIV&gt;&lt;/DIV&gt; - This is the Division tag and it is used with the alignment
    attribute to align text. It's a great way to align a block of text. For instance -



    &lt;DIV ALIGN=RIGHT&gt;

    I LOVE CW

    &lt;DIV ALIGN=LEFT&gt;

    CW IS UNNECESSARY

    &lt;DIV ALIGN=CENTER&gt;

    I Like CW but if you don't want to use it, then don't. It's just a mode that you won't be
    able to use. It's your choice.

    &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;

    </p>



    Looks like this -</p>
    <div align="right">



    I LOVE CW

    </p>
    <div align="left">



    CW IS UNNECESSARY

    </p>

    <p align="center">I Like CW but if you don't want to use it, then don't. It's just a mode
    that you won't be able to use. It's your choice.

    </p>
    </div></div>



    Now let's get to that &lt;A&gt; tag. This is handy if you want to put a link to a
    website or email address in your document.</p>



    http://www.qrz.om</p>



    Looks like this in HTML - &lt;a
    href=&quot;http://www.qrz.om&quot;&gt; http://www.qrz.om&lt;/a&gt;. This last part could be
    anything. It is what shows up on the page.</p>



    WM5LL This is a link to my email address</p>




    Looks like this in HTML - &lt;p&gt;&lt;a
    href=&quot;mailto:wm5ll@arrl.net&quot;&gt;WM5LL&lt;/A&gt;</p>



    I hope that this is of some help to you. Like most things about HAM radio, you can choose to use
    it or not. I'm just making it available to you. Now if someone would just post something
    about markup. The link to &quot;How to Use Markup&quot; on QRZ'ed is dead.</p>



    Good luck and Good DX,</p>



    73</p>



    WM5LL, Mike</p>"
     
Thread Status:
Not open for further replies.

Share This Page

ad: Halibut-1