21 lines
446 B
HTML
21 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>04_文本缩进</title>
|
|
<style>
|
|
div {
|
|
font-size: 20px;
|
|
text-indent: 2em;
|
|
}
|
|
.zyjblogs1 {
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="zyjblogs1">Lorem ipsum dolor sit amet consectetur. zyjblogs1</div><br>
|
|
|
|
</body>
|
|
</html> |