[Basic XHTML Document Structure]
* Follow the instructions to select, copy and paste the text into an already opened new document in Note Pad Plus.

1. Select the template.
    a. Click and hold down the mouse button at the beginning of the text and drag down until it is completely highlighted.

Begin selecting here:
<?xml version="1.0"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">

<head>
<title></title>
</head>
<body>

<!-- Comment tag-->

</body>
</html>

End of Basic XHTML Document Structure

2. Copy the template.
    a. Hold down the control key and press the C key or right click and select copy or click edit, copy from the browser's file menu.
3. Paste into a new document opened in NotePad Plus.
    a. Click in the new opened document.
    b. Press and hold down the control key and press the V key or right click and select paste or click edit, paste from the Notepad Plus file menu.
    c. Save the document.