• This project
    • Loading...
  • Sign in

황진하 / 2017-1-WebServiceProgramming-2012104136

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2017-1-WebServiceProgramming-2012104136
  • HTML
  • HTML_Ex_01.html
  • 황진하's avatar
    add Ex_01 · af884fac
    af884fac
    황진하 authored 2017-03-14 11:24:32 +0900
HTML_Ex_01.html 486 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<!DOCTYPE html>
<html lang="ko">
       <head>
           <meta charset="utf-8">
           
       </head>
       <body>
       <h1>큰 제목</h1>
       <p>
        이것은 나의 첫 HTML 문서입니다. <br/>
        <img src="/images/smile.png"/>
        <span style="color:red">
            빨간 글씨 속에
            <hr/>
            <b>두꺼인 글씨</b>가 있습니다.
        </span>
       </p>
       <p>두번째 단락입니다.</p>
       </body>
  </html>