📄 soln-create-a-web-page.html
字号:
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
<HTML>
<HEAD>
<TITLE> Title: Student submission</TITLE>
</HEAD>
<BODY>
<H1> This is an H1 header. </H1>
<H2> This is an H2 header. </H2>
<H6> This is an H6 header. </H6>
This is a horizontal ruler. <HR>
<EM> This sentence is displayed with EMPHASIS. </EM> <P>
<STRONG> <EM>This sentence is displayed with STRONGLY EMPHASIZED text. </EM> </STRONG> <P>
<U> This sentence is displayed as UNDERLINED text. </U> <P>
<FONT COLOR='RED'>This sentence is FONT COLOR RED. </FONT> <P>
The following is a ORDERED OR NUMBERED LIST:
<OL>
<LI> This is item 1 </LI>
<LI> This is item 2 </LI>
<LI> This is item 3 </LI>
<LI> This is item 4 </LI>
</OL>
<a href='http://www.icarnegie.com/images/logo_big.gif'> This is a link to the picture
</a>
<P>
The following are links required for Part B: <BR>
<A href='http://www.icarnegie.com'> Corporation </A> <BR>
<A href='http://www.cmu.edu'> University </A> <BR>
<A href='http://www.steelers.com'> Team </A> <BR>
<A href='http://www.pittsburghsymphony.org/index.html'> Arts </A> <BR>
<A href='http://www.nps.gov/wamo/'> Washington </A>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -