68
edits
(Added Posting to the Forum material.) |
m (Minor typographical error corrections. Clarified explanation of of using HTLM to emphasize text.) |
||
Line 27: | Line 27: | ||
====Emphasis==== | ====Emphasis==== | ||
Good "netiquette" frowns on the use of all capitals, as it implies that a person is shouting, but there are ways to emphasize text by using a limited number of | Good "netiquette" frowns on the use of all capitals, as it implies that a person is shouting, but there are ways to emphasize text by using a limited number of html style codes. Placed between angle brackets "<" and ">" letters can be used to underline (u) the text, make it bold (b), or make it italic (i). The beginning point places just the letter between the brackets, followed by the text. The ending point uses the slash "/" before the letter. | ||
This is | Examples: | ||
Typing &lt;b&gt;This is bold text,&lt;/b&gt; gives '''This is bold text.''' | |||
Typing &lt;i&gt;This is italic text&lt;/i&gt; gives ''This is italic text.'' | |||
Typing &lt;u&gt;This is underlined text&lt;/u&gt; gives <u>This is underlined text.</u> | |||
== Some Recent Questions Answered & Discussions == | == Some Recent Questions Answered & Discussions == |
edits