sample2.htm

来自「S60上实现嵌入式浏览器,可以在应用程序中嵌入浏览器,实现IE功能」· HTM 代码 · 共 21 行

HTM
21
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<TITLE>Demo </TITLE></head>

<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">

<p>
Here we have created a browser control that implements the observer interfaces.
<br/>
With this simple page, the functionality is very similar to that of the control without
<br/>
the observer interfaces. We will demonstrate the observer functionality in further 
<br/>
sample pages.
<br/>
<a href="http://www.nokia.com">Nokia Home Page</a>
</p>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?