"서소리"의 두 판 사이의 차이

DH 교육용 위키
이동: 둘러보기, 검색
14번째 줄: 14번째 줄:
  
  
 +
 +
 +
 +
<pre>
 
<body>
 
<body>
 
<h1>This is a Heading</h1>
 
<h1>This is a Heading</h1>
 
<p>This is a paragraph.</p>
 
<p>This is a paragraph.</p>
 
</body>
 
</body>
 +
</pre>

2016년 3월 16일 (수) 16:54 판

body에 관한 설명

<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>


?xml에 관한 설명

<?xml version="1.0" encoding="utf-8"?>



<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>