<!DOCTYPE html>
<html>
<head>
<title>first page</title>
</head>
<body>
<p>this is a paragraph</p>
...
///*** 無料ユーザー登録後、正常なすべてのコードが表示されます ***///
2020-6-11
練習用コード その1
コードの説明
Linebreakを含めた形のコード例です。
<p>this is a <br />line break</p>
この場合、表示は
this is a
linebreak
となります。
<p>this is a <br />line break</p>
この場合、表示は
this is a
linebreak
となります。


