Posts

Showing posts with the label fonts

HTML CODE PART 2

Image
USING DIFFERENT TYPES OF FONT STYLES IN HTML   BOLD A set of type characters that are darker and heavier than normal. A bold font implies that each character was originally designed with a heavier appearance rather than created on the fly from a normal character. ITALICS It may be difficult to imagine, but before the use of computers, nearly every document or publication was handwritten or hand set using letterpress (movable type), followed by mechanical typesetting and phototypesetting. In the 21st century, it's easy to italicize individual words and phrases when keyboarding documents. An italic font is a cursive, slanted typeface. A font is a specific size, style, and weight of a typeface used in printing and writing. When we keyboard text, we typically use a roman font, where the text is upright. By comparison, an italic font is slightly slanted to the right, as shown here Organizations, like the American Psychological Association (APA) and the Modern Language Association (MLA) ...

USING DIFFERENT STYLES IN HTML.

Image
STYLES html provides us many ways to improve and glorify the structure, look and design of the page  some of such features are as follows   BOLD. UNDERLINE. ITALICS. STRIKE THROUGH. SUBSCRIPT. SUPERSCRIPT. SYMBOLS. AND MANY MORE....... LETS START WITH BOLD. 1.  W ith the help of bold we can make the letters more visible and clear to see and also we can                 highlight the specific letters , words and sentences. 2.  It is very simple to use this feature, just there is only one tag to use. 3.  So use <b> bold tag in an area where you want to apply this effect and then close the bold tag        </b>. its that simple. Lest see an example and understand this............ CODE OUTPUT As you can see the highlighted part has bold effect. NOW LETS CHECK UNDERLINE. 1, Now underline. underline is as similar as bold. 2. underline is used when we have to highlight and make it more visi...