<p> Paraghraph tag
<br> Line break tag
<i> Italic tag
<b> Bold tag
<u> underline tag
<h1> heading-1 tag
<h2> heading-2 tag
<h3> heading-3 tag
<h4> heading-4 tag
<h5> heading-5 tag
<h6> heading-6 tag
Basic HTML program
-------------------------------------------<!DOCTYPE html>
<html>
<head>
<title>index</title>
</head>
<body>
<h1>welcome</h1>
<h2>welcome</h2>
<p>To change the overall look of your <i>document</i>, choose new Theme elements on the Page <b>Layout</b> tab. <br>To change the looks available in the Quick Style gallery, use the Change Current Quick Style Set command.<br> Both the Themes gallery and the <br>Quick Styles gallery provide reset commands so that you can always restore the look of your document to the original contained in your <u>current template</u>.</p>
</body>
</html>
0 Comments