Prev | Current Page 1082 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"


The style element is usually encountered inside
the head element. More than one style element
is allowed.
script false charset, src, defer,
type
The element can contain scripting code as
CData between the opening and closing tags or
refer to it using an external document referred
using the src attribute. In case the src
attribute is used, the content between the tags
will be ignored.
link true link, i18n, core,
events
The link element defines a relation between the
current document and an external document.
On the contrary of the a attribute can be used
only inside the head element of a document.
One of the most common uses of the link
attribute is to refer to a style sheet for the
document. The element must have the attribute
type with value text/css and optionally a
media attribute; when absent the default value
will be all .
Comments
It is possible to introduce comments in the HTML code. The user agents ignore the comments. To wrap a
comment the syntax is:
< !-- comment -- >
Where comment can be any arbitrary sequence of character.


Pages:
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094