-
Step 1
Start the word processor or text editor that you will use to create your web page. Locate the page on your PC.
-
Step 2
Position your cursor between the brackets of the tag containing the text you will change to a bold font.
-
Step 3
Type "font-weight: bold". Your text should look similar to the following: <STYLE>P{font-weight: bold}</STYLE>
-
Step 4
Open a new web browser to verify that the web page correctly displays the text with bold font. If you wish to remove bold font from the page, position your cursor between the brackets of the tag containing the text that you wish to change. Type "font-weight: normal".
-
Step 5
Position your cursor between the brackets of the tag containing the text you will change to italics.
-
Step 6
Type "font-style: italic". Type font-weight: bold. Your text should look similar to the following:<STYLE>P{font-style: italic}</STYLE>
-
Step 7
Open a new web browser to verify that the web page accurately displays the text using italics.










