Basic HTML Tags

All HTML documents should contain the following tags:

When you create a new HTML document with CuteFTP's HTML Editor, it uses the default HTML template. You can change the attributes as you see fit.

The HTML Editor toolbar allows you to insert basic HTML tags into your page, without any prior knowledge of HTML code.

To format text

To insert a table

To insert an image

  1. Click the Image icon . The Image tag dialog box appears.

  2. Specify the location of the image, then click OK.

The steps above are sufficient to insert an image; however, you can experiment with the advanced settings when you are comfortable in HTML. Regarding the Width and Height boxes, it is better for page loading if you size the graphic itself properly in your graphics editor, rather than adjusting the size with Width and Height attributes. Inserting a huge graphic and then downsizing it with the Width and Height attributes will cause your page to load very slowly (and your viewers to leave your Web site!).

To insert an anchor

An anchor is used to link to a specific spot within Web page. For information about the HREF (Anchor) tag, refer to http://www.w3schools.com/tags/tag_a.asp.

  1. Click the Anchor icon . The Anchor tag dialog box appears.

  2. In the HREF box, type the URL (e.g., http://www.globalscape.com ).

  3. In the Target box, click an attribute:

To insert a comment

Comments are used to notate your code to remind yourself why you inserted a particular element, or for team members editing the same documents.

Related Topics

HTML Editor Settings (provides the procedure for opening the new document template)

Refer to Learning HTML for a list of online HTML tag references.