<html>
<body style="background-color:powderblue;">
<p>これは普通の文字になります。</p>
<p style="color:red;">これは赤の文字になります。</p>
<p style="color:blue;">これは青の文字になります。</p>
<p style="text-align:center">これは文字の配置を中央にします</p>
<p style="font-family:courier;">This is change font</p>
<p style="font-size:50px;">これは文字が大きくなります。</p>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.