Wednesday 4 February 2015

HTML Example Defines Bold text, Italic & Underline

HTML Example  Defines Bold text, Italic & Underline

<!DOCTYPE html>
<html>
    <body>
        <b>This is normal text showing bold text</b>.
         <i>This is normal text showing bold text</i>
         <u>This is normal text showing bold text</u>
    </body>
</html>

No comments:

Post a Comment