Exploit Interactive Guidelines for Use of HTML

Exploit Interactive will make use of published HTML standards. In addition Exploit Interactive provide guidelines to ensure consistency.

HTML Standards

Articles published in Exploit Interactive will normally be based on the HTML 4.0 recommendation.

Articles published in Exploit Interactive will normally pass an HTML 4.0 validation test.

HTML Element Usage

HTML elements (e.g. <P> and <H1>) will use a consistent case, which will beuppercase.

HTML element attributes (e.g. <IMG SRC=> and <H1> will use a consistent case, which should be uppercase.

HTML element attribute values (e.g. <P ALIGN="center"> will use a consistent case, which should be lowercase.

HTML element attribute values should be included in quotes (e.g. <P ALIGN="center>").

HTML elements should be closed (e.g. <P>"... </P>"... ).

HTML Structure

Articles should be divided into article headers, article body and article footers using the <DIV CLASS="name">"... </DIV>" elements. The names should include:

exploit-header
Article headers, including navigational icons
exploit-body
Main article body
exploit-footer
Article footers, including navigational icons

Style Sheets

Articles should include a pointer to an external style sheet.