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 ......
ʹÓøñʽ£ºÔÚÒ³ÃæÖвåÈë
<meta HTTP-EQUIV="Page-Enter" CONTENT="revealtrans(duration=1.0, transition=12)">
<meta HTTP-EQUIV="Page-Exit" CONTENT="revealtrans(duration=1.0, transition=12)">
duration=ʱ¼ä
Transitionv=·½Ê½
˵Ã÷£ºdurationÎªÒ³ÃæÇл»µÄʱ¼ä³¤¶È£¬3.000±íʾ3ÃëÖÓ£¬Ò»°ã¿ÉÒÔÖ±½ÓÊ ......
*Ò³ÃæµÄ¿ªÍ·
<%@ 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´úÂëµÄ·½·¨Ìùµ½²©¿ÍÉÏ£¬Áô¸ö±ê¼Ç£¬Ï£Íû»á¶ÔÅóÓÑÃÇÓÐËù°ïÖú£º
String str = "<p>dfsdsdfsdf</p>sdgfsg<b>sdgfsdgrrytrfh</b>\r\r\n";
String ss = str.replaceAl ......
<%
int a =1;
out.println("<input type='checkbox' value='"+a+"'>");
%>
<%int b =1 ;%>
<i ......