将文本添加到任务 2

为第二个任务添加文本:

  1. 将 XHTML 添加到 HMTL 程序包并命名为 02_CreateRegionFromPart


  2. 将下列代码复制到新的 02_CreateRegionFromPart.xhtml 中:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmls="http://www.w3.org/1999/xhtml">
        <head>
            <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" />
        </head>
        <body>
            <p>
                This task creates the regions and boundaries from the geometry part. Renamed surfaces are used to create boundaries.
                <ul>
                    <li><a href="staraction:createRegion">Create</a> a region.</li>
                </ul>
            </p>
        </body>
    </html>
  3. 保存文件 (Ctrl-S)。