12 lines
618 B
HTML
12 lines
618 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>File Creation</title>
|
||
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Creating
|
||
|
new files:</h1>
|
||
|
<p>To
|
||
|
create a new file, go to <span class="menu_item">File->New</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/newFile.png">. A new empty tab
|
||
|
will appear with the title “New 1”, where the number depends on
|
||
|
how many new files you have created.
|
||
|
</body></html>
|