Whitespace characters include
the single space produced pressing the spacebar, tabulation symbols, and newline characters.
Almost every element supports the use of two fundamental attributes: id and class . The value of the
first must be unique within the whole page. It is used to look at a specific element by name. The latter
can have one or more arbitrary string values separated by whitespaces; the same class value can be used
in several elements to aggregate them semantically. They are both widely used in the context of scripting
and styling to point exactly to certain elements.
In Appendix A , you can find a full description of what is defined as ??? Semantic HTML. ??? The elements
and attributes covered are all of the HTML 4 specifications, but only the ones that have a semantic
meaning have been treated; deprecated or format - only structures have been completely removed.
How haXe Differs from HTML
haXe is a programming language, and its purpose is to describe algorithms and procedures that the PC
should interpret and resolve; HTML is a descriptive language used to create complex text - based
documents.
Pages:
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456