> 教育经验 > 什么是内部样式表介绍

什么是内部样式表介绍

什么是内部样式表介绍

内部样式表 (internal style sheet),ASP.NET 移动 Web 窗体页中包含的样式表。

内部样式表定义

内部样式表是写在HTML的里面的。内部样式表只对所在的网页有效。

内部样式表示例

H1.mylayout {border-width:1; border:solid; text-align:center; color:red}

这个标题使用了Style。

这个标题没有使用Style。

内部样式表(Internal Sytle Sheet)要用到Style,写法如下:

......