soln-create-a-web-page.html

来自「ssd1 exercise2 以前做的 希望有帮助」· HTML 代码 · 共 36 行

HTML
36
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?