removed 2nd frame from html test sample; test sample now shows DL,DT,DD support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -263,6 +263,27 @@ And link to BINARY : <a href="test">Unix</a> or <a href="test.exe">Windows</a>
|
||||
<BR>
|
||||
<a href="http://www.tue.nl">ANOTHER LINK(www.tue.nl)</a>
|
||||
|
||||
<p><hr size=4><p>
|
||||
|
||||
<h2>Definition lists</h2>
|
||||
|
||||
This is definition list (DL,DT,DD):
|
||||
<dl>
|
||||
<dt> term
|
||||
<dd> and it's definition
|
||||
|
||||
<dt> Windows 95
|
||||
<dt> Windows 98
|
||||
<dt> Windows NT
|
||||
<dd> so-called operating systems
|
||||
<dd> Micro$oft trademarks
|
||||
|
||||
<dt> Unix
|
||||
<dd> operating system
|
||||
<dd> huh?
|
||||
|
||||
</dl>
|
||||
...end of DD
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Reference in New Issue
Block a user