Megosztás a következőn keresztül:


Overview Topic Template

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.htm">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.htm">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