Does it appears bold? and it must be italic
bold but in a new paragraph
Code:
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
<head>
<title>This is the Title of the Page</title>
</head>
<body>
<b>Does it appears bold?</b>
<i>and it must be italic</i>
<b><p> bold but in a new paragraph</p></b>
</body>
</html>
Comments
Post a Comment