?? experiment1.htm
字號(hào):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>html文檔結(jié)構(gòu)、文本標(biāo)簽、圖像標(biāo)簽</title>
<meta content="Html,DHtml,JavaScript,Css" name="keywords">
<meta content="網(wǎng)頁(yè)設(shè)計(jì)分為客房端和服務(wù)器端網(wǎng)頁(yè)設(shè)計(jì),其中客戶端網(wǎng)頁(yè)代碼由瀏覽器解釋執(zhí)行,本站主要介紹Html、DHtml、JavaScript、Css" name="description">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="VisualStudio.HTML" name="ProgId">
<meta content="Microsoft Visual Studio .NET 7.1" name="Originator">
<meta http-equiv="refresh" content="33;url=http://www.google.com">
<meta http-equiv="page-exit" content="revealtrans(duration=2,transition=12)">
</head>
<body bgColor="skyblue" leftMargin="15" rightMargin="15">
<br>
<p align="center"><font size="5" color="#000099"><b>HTML for Beginners</b></font><hr width="80%">
<P><font face="宋體"><img src="images/bear.jpg" align="right">Browsers display Web pages
by interpreting Hypertext Markup Language, or HTML. That's a lot of the mess
you see when you look at source code. A basic Web page starts with an
<HTML> tag. At the end of the page is a corresponding </HTML>
closing tag (the slash means it closes the HTML element). </font>
</P>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -