sample.html

来自「this gives details of the network progra」· HTML 代码 · 共 55 行

HTML
55
字号
<HEAD>
<TITLE>Client Pull Example</TITLE>
</HEAD>
<BODY>
<HTML>
<H1 ALIGN=CENTER>Client Pull Example</H1>
<HR>

<CENTER>
<TABLE BORDER=0 CELLPADDING=5>
<TR>
<TD ALIGN=CENTER COLSPAN=2><FONT COLOR=BLUE SIZE=+2>Continuous Stock Quotes</FONT></TD>
</TR>
<TR><TH>Ticker</TH><TH ALIGN=LEFT>Current Price &nbsp &nbsp &nbsp &nbsp &nbsp Date</TH></TR>

<TR>
<TD VALIGN=TOP ALIGN=RIGHT style="font-weight: bold; color: purple; font-family: Courier; font-size: large">
NPRG
</TD>
<TD>
<iframe src=ticker.cgi@nprg
frameborder=0 ALIGN=TOP marginheight=1 height=30 scrolling=no>
iframe tag not supported - try Internet Explorer
</iframe>
</TD>
</TR>

<TR>
<TD VALIGN=TOP ALIGN=RIGHT style="font-weight: bold; color: purple; font-family: Courier; font-size: large">
MSFT</TD>
<TD>
<iframe src=ticker.cgi@msft
frameborder=0 ALIGN=MIDDLE marginheight=1 height=30 scrolling=no>
iframe tag not supported - try Internet Explorer
</iframe>
</TD>
</TR>

<TR>
<TD VALIGN=TOP ALIGN=RIGHT style="font-weight: bold; color: purple; font-family: Courier; font-size: large">
FOO
</TD>
<TD>
<iframe src=ticker.cgi@foo
frameborder=0 ALIGN=top marginheight=1 height=30 scrolling=no>
iframe tag not supported - try Internet Explorer
</iframe>
</TD>
</TR>

</TABLE>
</CENTER>


⌨️ 快捷键说明

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