about.html
来自「80套经典网页设计模版 80套完整的经典网页设计模板」· HTML 代码 · 共 73 行
HTML
73 行
<html><head><title></title><script language="JavaScript"><!--function buildArray() { var a = buildArray.arguments; for (i=0; i<a.length; i++) { this[i] = a[i]; } this.length = a.length;}var urls1 = new buildArray("","main.html","new.html","portfolio.html","guests.html","links.html","mailto:you@wherever.whatever?subject=the site");function go(which, num, win) { n = which.selectedIndex; if (n != 0) { var url = eval("urls" + num + "[n]") if (win) { openWindow(url); } else { location.href = url; } }}// --></script></head><body bgcolor="ffffff" background="images/aboutbg.gif" text="333333" link="333333" alink="ffffff" vlink="666666"><form name="form1"><select name="menu1" onChange="go(this, 1, false)"><option><option><small>home</small><option><small>what's new?</small><option><small>portfolio</small><option><small>guests</small><option><small>links</small><option><small>m a i l u s</small></select></form><table border=0 width=100% height=90% cellpadding=10><tr><td align=left valign=top><P><BR><P><BR><P><BR><P><BR><br><font size="3" face="arial, helvetica"><b>This the place to put all the text that your site needs. Play around with the font sizes and colours in order to get your desired results. This site will always look better with small amounts of text - less is more and all that!</b></font></td></tr></table></center></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?