Page 99 - Plus_V2.2_C7_Flipbook
P. 99

<!DOCTYPE html>
                   <HEAD>
                       <STYLE>

                           body {font-family: 'Times New Roman', Serif;
                           margin: 20px;}

                          h1 {color: #8057;}
                           p {
                               font-family: 'Times New Roman', Serif;

                               font-style: italic;
                               font-size: 20px;
                               font-weight: bold;

                           }
                       </STYLE>

                       <TITLE>Font Properties Example</TITLE>
                   </HEAD>
                   <BODY>

                       <H1>Font Properties Example</H1>
                       <P>

                           This is text with specified font properties:
                           Font Family: Times New Roman, Serif,
                           Font Style: Italic,

                           Font Size: 20px,
                           Font Weight: Bold.

                      </P>
                   </BODY>
                   </HTML>


                 Output:














                                                       Font Properties Example





                                                                                             Using CSS in HTML5    97
   94   95   96   97   98   99   100   101   102   103   104