Developing Webs logo
Google
Web DW-Main DW-Photoshop
Visit the message board for solutions or post a question Check out the Classes offered for free at Developing Webs Voice Chat submit a tutorial, resources, article, font for publication consideration and earn a one way link back to your site Get more specifics about the Developing Webs Voice chat room and its room members View the current news at Developing Webs alternative sites which are resources for your d3evelopment needs Join Developing Webs Chat Link to us on your web page to help support this resource! Check out Developing Webs At yahoo groups! Developing Webs Home Adobe Photoshop Tutorials Macromedia Flash Tutorials Jasc Paint Shop Pro Tutorials Adobe Illustrator Animation basics Some Basic PHP tutorials Perl Tutorials HTML Tutorials Cascading Style Sheets javascript Front Page Tutorials Macromedia Dream Weaver Tutorials dreamweaver Publishing your site, FTP, ChMod, Promotions
RSS Newsfeed
for your site
DW News
Calendar
DW Forum
Right click on button and copy shortcut

Add to My Yahoo!

Reminder
Remember to book mark this site!



Request a Tutorial

HTML stands for HyperText Markup Language

Part 3: Bold and Italics

  1. From Part 3. Your code so far from Part 2 should look like the following:
  2.  

  3. BOLD
    Text can be accented in many different ways. The first of these is BOLD.
    Bold is symbolized by a <b> in front of the text you want bold, and a </b> at the end of the area you want bold. Inserting text into your file that is surrounded by the bold tag will accentuate the text. This text is bold. This text is normal.
     
  4. ITALICS
    Text can be made to stand out by using ITALICS. This causes the text to slant. The tag is a simple <i> in front of hte text that you want italicized and a </i> at the end of the text you want italicized. 
    This text is in italics. This text is not.
     
  5. UNDERLINE
    Text can also be made to stand out by using the UNDERLINING text. The tag for this is <u> </u> and is used similar to the bold and italics. Many web designers do not use this tag often since the underline is perceived on the web as a hyperlink.
    This text is underlined. This text is not.
    Often 2 or three of these are used together.
     
  6. USING EFFECTS
    Let's insert these into our html
    Notice where I put the <i> and <b>

    This code should appear like this:
     

    My very first html page

    Welcome to my html page
    where I am showing my html skills

    I want to learn everything I can about html
    So I can make coolweb pages


    Put this code into your notepad and save it as HTML to view it
    Now that you have seen some Font effects, let's look at a complete
    list of effects available on the next page
    Play around with these, then go on to lesson 4.


     

     



"Building The Web Into a Nicer Place -- One Site At A Time"
Developing Webs Group Copyright © 2001-2025 All Rights Reserved
Privacy and Legal