• html小程序段


    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8" />
    		<title>2020/2/16 BOLG test</title>
    	</head>
    	<body>
    		<p>下方超链接</p>
    		<a href="https://www.blog.csdn.net/cool99781">link my BlogCsdn</a>
    		<table border="1">
    		    <tr>
    		        <th>Header 1</th>
    		        <th>Header 2</th>
    		    </tr>
    		    <tr>
    		        <td>row 1, cell 1</td>
    		        <td>row 1, cell 2</td>
    		    </tr>
    		    <tr>
    		        <td>row 2, cell 1</td>
    		        <td>row 2, cell 2</td>
    		    </tr>
    		</table>
    		<p>------------------------</p>
    		<b>粗体文本</b>
    		<code>计算机代码</code>
    		<em>强调文本</em>
    		<i>斜体文本</i>
    		<kbd>键盘输入</kbd> 
    		<pre>预格式化文本</pre>
    		<small>更小的文本</small>
    		<strong>重要的文本</strong>
    		 
    		<abbr> (缩写)
    		<address> (联系信息)
    		<bdo> (文字方向)
    		<blockquote> (从另一个源引用的部分)
    		<cite> (工作的名称)
    		<del> (删除的文本)
    		<ins> (插入的文本)
    		<sub> (下标文本)
    		<sup> (上标文本)
    	</body>
    </html>
    
    
  • 相关阅读:
    VHDL硬件描述语言(三)——基本数据对象和数据类型
    VHDL硬件描述语言(二)——子程序
    VHDL硬件描述语言(一)——基本结构
    C#类
    C#基本语法
    C#的简单数据类型
    C#与.NET
    ARP
    IPv6
    以太网
  • 原文地址:https://www.cnblogs.com/coding365/p/12872329.html
Copyright © 2020-2023  润新知