第30章 使用Emmet插件

本文提供了一个简单的HTML页面结构示例,展示了基本的HTML标签使用方法,包括超链接、表格、列表等,并通过内联样式引入了CSS基础样式设置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

index.html

<!DOCTYPE html>
<html lang="zh-cn">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<link rel="stylesheet" href="style.css">
</head>
<body>

<a href=""></a>
<table></table>

<a href="http://"></a>
<a href="mailto:"></a>

<a href="">超链接</a>

<input type="text">
<input type="hidden" name="">

<ul></ul>
<ul>
	<li></li>
</ul>
<table>
	<tr>
		<td></td>
	</tr>
</table>

<nav>
	<ul>
		<li></li>
	</ul>
</nav>

<nav>
	<ul>
		<li></li>
		<li></li>
		<li></li>
		<li></li>
		<li></li>
	</ul>
</nav>

<div></div>
<p></p>
<h1></h1>

<div id="header"></div>
<span class="header"></span>
<blockquote class="side1 side2"></blockquote>

</body>
</html>

 

style.css

@charset "utf-8";

position: relative;
position: relative;
padding: 111;

position: relative;
position: absolute;
position: absolute;
position: absolute;

bottom: ;
bottom: auto;
bottom: ;
back: ;
background: ;
background: ;
background: #fff url() 0 0 no-repeat;
background: none;

padding: ;
bottom: ;
max-resolution: res;
margin: ;
margin: auto;

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值