introduction.html

来自「GTK in embedded systems」· HTML 代码 · 共 64 行

HTML
64
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>  <title>GTK+ on Embedded Devices</title>    <meta http-equiv="content-type"      content="text/html; charset=ISO-8859-1">    <link rel="stylesheet" type="text/css" href="talk.css">  </head>  <body>    <table width="100%" height="100%"           border="0" cellspacing="0" cellpadding="0">      <tbody>	<tr>	  <td rowspan="3" width="36">	  </td>	  <td valign="top" align="right" height="50"><img	      src="header_left.png" width="349" height="36" align="top">	  </td>	  <td valign="top" rowspan="2" width="237"><img	      src="header_right.png" width="237" height="200">	    <br>	  </td>	</tr>	<tr>	  <td valign="top">	    <h1>Introduction</h1>	    <h2>Embedded Devices - What's that at all?</h2>	  </td>	</tr>	<tr height="100%">	  <td valign="top">	    <p>	      <ul>	        <li>PDAs</li>	        <li>Settop Boxes</li>	        <li>Cell Phones</li>	        <li>Fridges, Toasters, Light bulbs</li>	      </ul>	    </p>	    <p>	      Limited resources (CPU, RAM, Flash-ROM)	    </p>	    <p>	      Small screens	    </p>	    <p>	      Special input devices	    </p>	  </td>	  <td valign="top" align="right"><img	      src="border.png" width="145" height="100%">	  </td>	</tr>        <tr>          <td align="right" colspan="3">            <a href="cover.html"><img src="left.png" border="0"></a>            <a href="example.html"><img src="right.png" border="0"></a>          </td>        </tr>      </tbody>    </table>  </body></html>

⌨️ 快捷键说明

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