块级标签和行级标签
块级标签 div标签
行级标签 span标签
块级 标签 :会占据一行,会换行
<div></div>
<p></p> 段落标签
<h1></h1>
行级标签:在一行显示,没有换行
<span></span>
<em></em>
<div> 块级标签
<marquee>标签:跑马灯标签:
behavoir:alternate|scrol
direction:up|down|left|right
scrolldelay://延时
scollamount://速度
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
</head>
<body>
<center>
<h1>块级标签和行级标签</h1>
<h3>块级标签和行级标签</h