style

39 阅读1分钟
style

这是一个标题

这是一个段落。

居中对齐标签

这是一个段落

this is a heading设置字体大小

this is a paragraph

设置字体颜色

this is a heading

这是设置文本字体大小和颜色样式

一个标签设置字体颜色大小

一个段落

访问runoob.com!这是没有下划线的链接
	<h1>HTML 链接</h1>
	<p><a href="/index.html">本文本</a>是一个指向本网站的一个页面链接</p>
	<p><a href="http://www.microsoft.com/">本文本</a>是一个指向万维网的页面链接</p>
	<p>创建图片链接:
	<a href="http://www.runoob.com/html/html-tutorial.html">
		<img border="0" src="smiley.gif" alt="html 教程" width="32" height="32">
	</a></p>
	<a href="https://www.runoob.com/" trahet="-blank">访问菜鸟教程!</a>
	<p>如果你将target属性设置为&quot:_biank&quot:,链接将在新窗口打开。</p>
	<p>
		<P>下面是链接到一个页面不同位置</P>
		<a href="#3">查看章节3</a>
		<h2>章节1</h2>
		<P>这里显示章节的内容</P>
		
		<H2>章节2</H2>
		<P>这里显示内容</P>
		</p>
		<h3><a id="c3">章节3</a></h3>
		<p>这边显示内容</p>
		<P>跳出框架?</P>
		<a href="http://www.runoob.com" target="—top">点击这里!</a>
		<p>
			这是一个电子邮件链接:
			<a href="mailto:someone@example.com?supject=hello%20again" target="_top">发送邮件</a>
		</p>
		<p>这是另一个电子邮件链接:
		<a href="mailto:someone@example.com?cc=someoneelse.com&bcc=andsomeoneel@example.com&subject
		ject=summer%20party&body=you%20are%20invited%20to%20a%20big%20summer%20party!" target="_top"
		>发送邮件</a></p>