반응형
<!DOCTYPE html> <html> <body> <h1>This is first head.</h1> <p>This is first paragraph.</p> </body> </html>
<!DOCTYPE html> <html> <body> <h1>This is first head.</h1> <h2>This is second head.</h2> <h3>This is third head.</h3> <h4>This is fourth head.</h4> <h5>This is fifth head.</h5> <h6>This is sixth head.</h6> <p>This is first paragraph.</p> <p>This is another paragraph.</p> </body> </html>
<!DOCTYPE html> <html> <body> <h1>This is first head.</h1> <h2>This is second head.</h2> <h3>This is third head.</h3> <h4>This is fourth head.</h4> <h5>This is fifth head.</h5> <h6>This is sixth head.</h6> <p>This is first paragraph.</p> <p>This is another paragraph.</p> <a href="http://humit.tistory.com">This is my homepage link.</a>\n <img src="http://tv03.search.naver.net/nhnsvc?size=120x150&quality=9&q=http://sstatic.naver.net/people/portrait/201408/20140826111745782-1506532.jpg" alt="younha" width="120" height="150"> </body> </html>
반응형
'컴퓨터 > HTML 기초' 카테고리의 다른 글
HTML5에 맞는지 여부를 확인할 수 있는 사이트 (0) | 2015.06.25 |
---|