以下是有些常用的HTML网页源代码示例,这些示例可用作HTML文档的基本:
1、创建一个简单的HTML文档结构:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"content="width=device-width,initial-scale=1.0">
<title>My Web Page</title>
</head>
<body>
<h1>Hello,World!</h1>
<p>This is a simple HTML webpage.</p>
</body>
</html>
2、插进照片:
<img src="image.jpg"alt="Description of the image">
3、创建超链接:
<a >Visit Example.com</a>
4、创建无序列表:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
5、创建有序列表:
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>
6、创建表格:
<table>
<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>
7、插进段落:
<p>This is a paragraph of text.</p>
8、插进换行符:
<p>This is some text.<br>This is on a new line.</p>
9、创建一个文本输入框:
<input type="text"name="username"placeholder="Enter your username">
十、插进按钮:
<button type="button">Click me</button>
这些示例代码只是HTML的基本,HTML拥有更丰富的功能和标记选项,能够按照需要进行扩展和定制。请按照您的详细需要,运用这些示例做为起点,构建您自己的网页。
【名扬银河企业网站系统】
【免费】供给企业【网站源码】,简单易用,无须持有代码基本。
欢迎留言或私信咱们咨询。
以上内容由【名扬银河】企业网站系统原创发布,转载请注明出处。
|