⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p261_basic_styling.htm

📁 javascript source code part2
💻 HTM
字号:
<HTML>
<HEAD>
<STYLE TYPE="text/css">
.style1 {font-size: 24pt;
         font-weight: bold;
         font-family: arial}

.style2 {position: absolute; 
         top: 100;
         left: 100;
         border-width: thick;
         border-color: red;
         border-style: groove;
         font-family: Allegro BT;
         font-size: 16pt}

.style3 {position: absolute;
         top: 165;
         left: 260;
         border-width: thick;
         border-color: blue;
         border-style: ridge;
         font-family: Monotype Corsiva;
         font-size: 24pt}
</STYLE>
</HEAD>

<SPAN CLASS=style1>
Some Basic Styling Features
</SPAN>
<HR><BR><BR>

<DIV CLASS=style2>
A DIV element with<BR>a thick, red border<BR>with a groove.
</DIV>

<DIV CLASS=style3 Z-ORDER=1>
Another DIV with<BR>a blue border<BR>with a ridge.
</DIV>

</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -