Go to start menu and Open Notepad
Type the code below.
<Doc type html!
<html>
<head>
<title>Html formating</title>
</head>
<body>
<p>This simple text.</p>
<p><b>This is bold text</b></P>
<p><i> This is italic text</i><p>
<p><em>This is emphasize text</em></p>
<p><sub>This is subscript text</sub></p>
<p><code>This is computer output text</code></p>
<p><strong>This is strong text</strong></p>
</body>
</html>
This how you see in browser
Click to see the Video
This simple text.
This is bold text
This is italic text
This is emphasize text
This is subscript text
This is
computer output text
This is strong text
Nenhum comentário:
Postar um comentário