Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

Overview Topic Template


Microsoft Corporation

Updated June 10, 1999

To copy the template, select the text from the <!DOCTYPE> tag to the </HTML> end tag, right-click, and then click Copy:


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>

<title>Example overview topic</title>
</head>

<body>

<h1>Enter heading for overview topic here</h1>

<p>Enter first paragraph of overview text here. </p>

<p>A paragraph with a <a href="example.asp">link</a> looks like this.</p>

<p>This paragraph introduces the list that follows:</p>

<ul>
<li>First item of bulleted list with a <a href="example.asp">link</a> in it.
<li>Second item in bulleted list.
<li>Third item in bulleted list.
</ul>

<p>Sometimes another paragraph follows the list. </p>

</body>
</html>

Example: Help authoring templates



Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.