Stories
Slash Boxes
Comments

Dev.SN ♥ developers

posted by martyb on Monday February 18 2019, @02:00PM   Printer-friendly
from the Is-this-thing-on? dept.

This is the line from the submit comment page:

<b|i|p|br|a|ol|ul|li|dl|dt|dd|em|strong|tt|blockquote|div|ecode|quote|sup|sub|abbr|sarc|sarcasm|user|spoiler|del|strike>

Comment with examples of each of these tags in use.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by martyb on Monday February 18 2019, @02:06PM

    by martyb (76) on Monday February 18 2019, @02:06PM (#31545) Journal

    The bold tag is used to make text appear in a heavier typeface.

    Here is a very simple example:

    <p>I want this text to appear <b>bold</b> unlike the rest of this text.</p>

    would be rendered as:

    I want this text to appear bold unlike the rest of this text.