Notes to "Introduction to Web Design | Basic HTML
DOCTYPE
In HTML 4.0 there are 3 DTDs to choose from
1
The <BODY> tag takes several optional
attributes that will be
discussed on Day Three.
W3C
Deprecated <BODY> attributes:
- background
- text
- link
- vlink
- alink
2.
<FRAMESET>
W3C
The FRAMESET specifies the layout of views in the main user agent window,
can contain a NOFRAMES element to provide alternate content for
user agents that do not support frames or are configured not to display frames.
Elements that might normally be placed in the BODY element must not appear before the first
FRAMESET element or the FRAMESET will be ignored.
Return to "Introduction to Web Design | Basic HTML Tags"
|