Adding the Text to Task 2
Add the text for the second task:
-
Add an XHTML file to the HMTL package and name it
02_CreateRegionFromPart.
-
Copy and paste the following code into the new
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>
- Save the file (Ctrl-S).