html總結£¨ÖУ©
ÓÐ關html´°體¿ò¼ÜµÄ問題£¬Èç¹ûÏëÒª實現ÔÚÒ»個畫ÃæÖзָ體£¬並ÇÒͨ過點擊ÆäÖеÄÒ»個´°體£¬鏈½Ó內ÈÝÖÁͬһ個畫ÃæÖеÄÁíÒ»個´°體¡£¾ÍÐèҪʹÓÃ<frameset>與<frame>µÄ標籤¡£ÒÔÏÂÊÇ幾個ÎÒ×öµÄСÀý×Ó¡£簡記Ö®¡£
poem.html
<html>
<head>
<title>hello poet</title>
</head>
<frameset cols="179,*">
<frame name = "windows1" src="1.html" mce_src="1.html" scrolling="auto">
<frame name = "windows2" src="2.html" mce_src="2.html" >
</frameset>
</html>
1.html
<html>
<head>
<title></title>
</head>
<body>
<pre>
<center>
<a href = "jingyesi.html" target = "windows2">靜ҹ˼</a>
<a href = "guasong.html" target = "windows2">¹ÏËÉ</a>
</center>
</pre>
</body>
</html>
jingyesi.html
<html>
<head>
<title>靜ҹ˼</title>
</head>
<body>
<pre>
<center>
´²Ç°Ã÷Ò¹¹â£¬ÒÉËÆµØÉÏ˪¡£
舉頭ÍûÃ÷Ô£¬¾Æ幹湯賣無¡£
</center>
</pre>
</body>
</html>
guasong.html
<html>
<head>
<title>¹ÏËÉ</title>
</head>
<body>
<pre>
<center>
¾ÍÊÇÒ»個Éñ經²¡¡£
</center>
</pre>
</body>
</html>
2.html
<html>
<head>
<title></title>
</head>
<body>
<pre>
<center>
歡Ó來讀詩¡£
</center>
</pre>
</body>
</html>
ÏëÒªÔÚ畫ÃæÉÏǶÈëÁíÒ»個畫Ãæ£¬¼´¸¡動´°體£¬則ÐèҪʹÓÃ<iframe>標籤¡£ÒÔÏÂÊÇÒ»個СµÄʾÀý¡£
ex.html
<html>
<head>
<title>¸¡動´°¿Ú</title>
</head>
<
Ïà¹ØÎĵµ£º
<! - - ... - -> ×¢½â
<!> ÅÜÂíµÆ
<marquee>...</marquee>ÆÕͨ捲¶¯
<marquee behavior=slide>...</marquee>»¬¶¯
<marquee behavior=scroll>...</marquee>Ô¤Éè捲¶¯
<marquee behavior=alternate>...</marquee>À´»Ø捲¶¯
<marq ......
δÀ´µÄ Web ÕýÔÚ¼ÓËÙµ½À´£¬HTML5 ÒѾÍê³ÉϸÔòµÄÖÆ¶¨²¢ÐîÊÆ´ý·¢£¬¾¡¹ÜËüµÄʵÏÖÈÔ´ýʱÈÕ
£¬Ò»Ð©ÓÐǰհÑÛ¹âµÄä¯ÀÀÆ÷ÒѾ¿ªÊ¼Ö§³Ö HTML5 µÄ²¿·Ö¹¦ÄÜ
¡£HTML5 ÊÇ10ÄêÀ´ Web ±ê×¼µÄ×î´ó¸Ä½ø£¬È»¶ø HTML5 Ö®ºóÊÇʲô£¿ÊÇ HTML6 Âð£¿
²»ÊÇ¡£ WHAT ¹¤×÷×é (WHAT Working Group)
ÕýÁªºÏ W3C
ÖÆ¶¨ HTML5 µÄºóÐø°æ±¾µÄϸÔò£¬Ëûà ......
*Ò³ÃæµÄ¿ªÍ·
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
<%@ taglib uri="http://jsftutorials.net/htmLib" prefix="htm"%>
<%@ tagl ......
ÔÚhtmlÎļþÒýÈëÆäËühtmlÎļþµÄ¼¸ÖÖ·½·¨
¼ò½é£ºÔÚÂÛ̳Öг£³£ÓÐÍøÓÑÎʵ½£¬¿ÉÒÔÔÚÒ»¸öhtmlµÄÎļþµ±ÖжÁÈ¡ÁíÒ»¸öhtmlÎļþµÄÄÚÈÝÂ𣿴ð°¸ÊÇÈ·¶¨µÄ£¬¶øÇÒ·½·¨²»Ö»Ò»ÖÖ£¬ÔÚÒÔǰÎÒÖ»»áʹÓÃiframeÀ´ÒýÓ㬺óÀ´·¢ÏÖÁËÁíÍâµÄ¼¸ÖÖ·½·¨£¬ÄǽñÌì¾Í×ܽáÕ⼸ÖÖ·½·¨Èôó¼Ò²Î¿¼Ò»Ï£¬±¾È˾õµÃµÚÈýÖÖ·½Ê½½ÏºÃ£¡
1.IFrameÒýÈ룬¿´¿´ÏÂÃæµÄ´ú ......