OKANOWEB WEB PARTS SAMPLE

これはヘッダー1です(h1)

これはヘッダー2です(h2)

これは段落です(p)

<style type="text/css">
body {background-color: yellow}
h1 {background-color: #00ff00}
h2 {background-color: transparent}
p {background-color: rgb(250,0,255)}
</style>