windows.htm

来自「python web programming 部分」· HTM 代码 · 共 28 行

HTM
28
字号
<HTML><HEAD>
<TITLE>sample Static HTML Page</TITLE></HEAD>
<BODY BGCOLOR="#87CEFA">
<TABLE WIDTH=100%><TR><TD ALIGN=LEFT>
<A href="http://www.holdenweb.com/">Holden Web home page</A><BR>
<TD ALIGN=RIGHT>

<FONT SIZE=4><B>Sample Static HTML Page</B><FONT SIZE=2>
</TABLE>
<HR>
<H1>Static Content Sample</H1>

<P>This is a simple sample HTML page. As you can see, static content
is served without any site look-and-feel. If you want the site look
and feel it is much easier to generate content dynamically, and this
allows you to revise look-and-feel in a uniform way across the site.


<TABLE WIDTH=100%>
<TR>
<TD ALIGN=RIGHT NOWRAP>
<A HREF="/">
<IMG SRC="/Image/py.gif"
 WIDTH=96 HEIGHT=36 ALT="iMatix" BORDER=0>

<BR><FONT SIZE=2>Back to the Web</A></TABLE>
</BODY></HTML>

⌨️ 快捷键说明

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