164c881d7385c3c5eb0ba901b4461fee.ppt
- Количество слайдов: 94
HTML 101
HTML n HTML is a standard l Maintained by a u nonprofit, u international organization u participated by many IT companies l W 3. org
HTML n Simple l Just markups and plaintext n Readable by human l Use plain text l Editable by Notepad n Verbose l Readable and friendly to human l Leave the chore to computer l Good!!!
HTML Versions n Now comes HTML 4. 0 and XHTML l Strict syntax as XML l Lowercase tags l About content, not format, which is designated to css n HTML 5. 0 l Canvas l…
The file extension n. html n. htm
n Editable by l Notepad l dream. Weaver l Visual Studio l… n Browsable by l Ie l Opera l Chrone l…
HTML Syntax
HTML文档基本结构
HTML Tag Basics Start tag End tag
ML--Element n The start tag and end tag must be paired; note the slash There are elements /texts between the start tag and end tag
ML--Element We have rules regarding the element name and what content it holds You must use specified element name and cannot create your own element The element name is lowercase, generally
ML--Element For element with no content, the start tag and end tag are collapsed into one like
. hr means horizontal row, a horizontal line.
婚否 婚否 Attributes
HTML标记 lower case n Tag/ Attribute l 一般小写
婚否 婚否 ML--Content
婚" src="https://present5.com/presentation/164c881d7385c3c5eb0ba901b4461fee/image-17.jpg" alt="ML--Content
Escape Special Chars
Escape Special chars
请朗读以下字符: Å å A Ӓ å 5; . E 5; & < > "
How to display a world map with only one character
û
Edit HTML
Good habit to code ML-Indent l Start and end at the same indent position l Content needs a unit of indent. l Use tab
ML Coding—outline first n Write the outlying pair (tags, quotes, braces, etc) first, then insert its content. E. g
tools n Notepad n Visual Studio n Dream. Weaver n Word, excel, … n…
debug n Fire. Bug n Browser l Press F 12 in new versions of IE
Validating HTML n To validate a web page, you can use the online validator n Paste, or upload the HTML or use a URL n http: //validator. w 3. org Source: W 3 C http: //validator. w 3. org/check
HTML Tags
Comment n n If you want to delete some contents temporally, you can comment it out.
HTML常用标记 in head
" src="https://present5.com/presentation/164c881d7385c3c5eb0ba901b4461fee/image-30.jpg" alt="HTML常用标记 in head
meta name=“___” Web
n content="20;" src="https://present5.com/presentation/164c881d7385c3c5eb0ba901b4461fee/image-32.jpg" alt="Refresh by http-equiv n n content="20;" /> Refresh by http-equiv n n content="20;
Meta name=… n Author l The value must be a free-form string giving the name of one of the page's authors.
base n have either an href attribute, a target attribute, or both, specifying l the document base URL for the purposes of resolving relative URLs, l the name of the default browsing context for the purposes of following hyperlinks. The n There must be no more than one base element per document.
n n
l" src="https://present5.com/presentation/164c881d7385c3c5eb0ba901b4461fee/image-35.jpg" alt="n ln " src="https://present5.com/presentation/164c881d7385c3c5eb0ba901b4461fee/image-36.jpg" alt="Link n n " /> Link n n
HTML常用标记 in body