Main menu - HTML code - Structure
The menu contains commands for inserting structure tags in an HTML document:
HTML tag
Click to insert the HTML tag at the beginning of the HTML document. HEAD tag
Click to insert an HTML document header tag - HEAD. TITLE tag
Click to insert a title tag for the HTML document shown, for example, in the title bar of the browser window - TITLE Tag meta name=...
Click to insert the skeleton of a tag that allows you to enter basic information about the document usable by search engines (such as document author details, keywords, etc.) - meta name=... You can edit the document title and the content of the META tags using the Title Editor and META section. Tag meta http-equiv=...
Click to insert the skeleton of a tag allowing additional information about the document to be inserted for use by HTTP servers and search engines (such as the date the document was created, the national character encoding, etc.). - meta http-equiv=... Tag STYLE
Click to insert a tag that allows CSS style sheets to be placed inside the HTML document - STYLE. It can use the CSS Inspector on the left-hand resource panel to edit the styles. SCRIPT tag
Click to insert a tag that allows JavaScript and other scripts to be inserted inside an HTML document - SCRIPT. You can also use the Insert Script into Page tool to make it easier to insert script into your document. LINK tag
Click to insert a tag that allows external files, such as CSS style sheets placed in a separate file, to be attached to the document - LINK. BASE tag
Click to insert a tag that allows you to enter the base address for the HTML document - BASE. |