用最简单的HTML做的一面国旗,虽然简单,但是有创意
<!-- 要实现此效果需要 1 个步骤: -->
<!-- 第 1 步: -->
<!-- 把下面的代码加到<BODY></BODY>区域中: -->
脚本说明:
把如下代码加入<body>区域中
<style>
<!--
body, table, div { font-size: 200pt; color: #008000; font-weight: bold }
-->
</style>
<div style="position: absolute; top: 10; left: 167; width: 268; height: 267; z-index: 1"><span style="font-size:200pt;color:red">■</span></div>
<div style="position: absolute; top: 10; left: 284; width: 268; height: 267; z-index: 1"><span style="font-size:200pt;color:red">■</span></div>
<div style="position: absolute; top: 85; left: 232; width: 68; height: 67; z-index: 7"><span style="font-size:50pt;color:yellow">★</span></div>
<div style="position: absolute; top: 153; left: 297; width: 17; height: 16; z-index: 7"><span style="font-size:12pt;color:yellow">★</span></div>
<div style="position: absolute; top: 120; left: 316; width: 17; height: 16; z-index: 7"><span style="font-size:12pt;color:yellow">★</span></div>
<div style="position: absolute; top: 84; left: 309; width: 17; height: 17; z-index: 7"><span style="font-size:12pt;color:yellow">★</span></div>
<div style="position: absolute; top: 63; left: 278; width: 20; height: 16; z-index: 7"><span style="font-size:12pt;color:yellow">★</span></div>
<div style="position: absolute; top: 204; left: 142; width: 135; height: 267; z-index: 7"><span style="font-size:200pt;color:red">|</span></div>