实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>Try to shrink the browser window, to view how the word &quot;XMLHttpRequest&quot; in 
6
the paragraph below will break:</p>
7
8
<p>To learn AJAX, you must be familiar with the XML<wbr>Http<wbr>Request Object.</p>
9
10
<p><b>Note:</b> The &amp;lt;wbr&amp;gt; tag is not supported in IE.</p>
11
12
</body>
13
</html>
14