Jqb
HTML/XHTML
In one page
Dong
2011/3/6
HTML/XHTML in one page
Contents:
Templates: Standarte template (simple HTML/XHTML document), Simple frame document, All doctypes;
Main elements: Usual text, Comments, Links and Anchors, Images;
Grouping elements: Block-level grouping, Inline grouping;
Structured text: Usual text, Emphasis, Strong Emphasis, Citation, Abbreviation, Acronym, Code, Sample, Variable, Defining instance, User's text, Quotations, Subscript, Superscript, Document changes;
Font style: monospaced text, italic text style, bold text style, "large" font, "small" font, underlined text, striked text;
Structured document: Usual text, Preformatted Text, Breaks, Paragraph, Headings, Unordered list, Ordered list, Definition list, Table;
Form's elements: Form's templates, Input, Text field, Password field, Checkbox, Radio, Submit button, Reset button, Hidden field, Image, File field, Select element, Text Area, Label; Other: Appendix "HTML/XHTML Character Entities", Appendix "URL Encoded Characters", Related References (Review, Documentation, etc.), Tools (Validators, etc.), Related themes, Miscellaneous;
Similar Sites: MANUAL, Cheat sheets, HTML, CSS, XML, DTD, JavaScript, W3C DOM, SQL, SSI, Unicode, Free Unicode Fonts, Tell a friend, Free Icons, Itlibitum, Corp..
Simple frame document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Frameset//EN" "/html4/">
<html> <head>
<title>A simple frameset document</title>
</head>
<frameset cols="20%, 80%">
<frameset rows="100, 200">
<frame src="" />
<frame src="" />
</frameset>
<frame src="" />
<noframes>
<p>This frameset document contains:</p>
<ul>
<li><a href="">Some neat contents</a></li>
<li><img src="" alt="A neat image" /></li>
<li><a href="">Some other neat contents</a></li>
</ul>
</noframes>
</frameset>
HTML 来自淘豆网m.daumloan.com转载请标明出处.