Every SCoT file is composed of lines. Each line translates into an HTML element. Keeping that in mind, we have to be carefull about what to write in which line.
The "project.properties" file contains information for the whole project.
The header file contains information about the hole resulting HTML document. By now it is the stylesheet and the title of the document.
The header file also contains a brief description or overview of the following content. When composing the HTML document that displays the overview over this level of your project the content of the header file will be displayed there.
The content files hold content and only content. Every line of a content file is treated as a content line (see how to write content lines).
Content order files only hold information which contents will appear in the HTML document and in which order.
Frameset files are just what they are named like: frameset definitions.
Fragment files are pure content, but this content is part of one or more other contents and can be included into more than one HTML document. Every line is treated as a content line.
A line in the SCoT files that will be treated as a content line must have as a first character the sign for the blockbuilding tag it will get for its HTML representation. Blockbuilding tags are for example <h1>, <h2>, <p>, <table> or <ul>.
As well there are inline tags to be handled like <a> or <img>. Those inline tags where made up by so called commandos.
Back to overview.
Diese Seiten wurden mit SCoT nach folgenden Standards erstellt: xHTML 1.0, CSS 2.0.
Zuletzt geändert: