ย
์์
์์ ์ฌ์ฉํ๋ ๋ค์ํ ์ฝ๋๋ค์ ๋ช
์ํด ๋์์ต๋๋ค. ํด๋น ์ฝ๋๋ ์ค๋ช
์ด ๋ฌ๋ ค์์ง ์์ผ๋ PDF๋ก ์ธ์ํ์๋ ๋ถ๋ค์ ์ฝ๋ฉ๋
ธํธ๋ฅผ ํ์ฉํด ์ค๋ช
์ ๊ธฐ์
ํด์ฃผ์ธ์.
ย
test.html
<html> <head> </head> <body> <h1>Atom</h1> <p>github์์ ๋ง๋ ๋ฌด๋ฃ Editer</p> <h1>sublime</h1> <p>๋ง์ ์ ์ ์จ์ ์ฐจ์งํ๊ณ ์๋ ๋ถ๋ถ๋ฌด๋ฃ Editer</p> <h1>visual studio code</h1> <p>microsoft์์ ๋ง๋ ๋ฌด๋ฃ editer, visual studio์ ๋ค๋ฅธ ์๋ํฐ ์ ๋๋ค!</p> </body> </html>
ย
emmet_์ฌ์ฉ๋ฒ.html
<!DOCTYPE html> <html> <head> <title>emmet์ค์ต</title> </head> <body> <!--๋ฉ๋ชจ์ฅ๋ ์ฌ์ฉํด๋ณผ๊ฒ--> h1 h1+h1+p h1*3 h1{hello world}*10 h1#hojun h1.hoju (div>table>(tr>(td*2))*3)+(footer>p) div#one.c1.c2.c3 ul>li.item$*5 a{Click} lorem <!-- Ctrl + \ : ํ ๊ธ ๋ณด์ด๊ธฐ Ctrl + O : ํ์ผ ์ด๊ธฐ Ctrl + P : ํ๋ก์ ํธ ๊ฒ์ Ctrl + F : ์ด๋ ค ์๋ ํ์ผ ๋ด์์ ๊ฒ์ Ctrl + Shift + F : ์ด๋ ค ์๋ ์ ์ฒด ํ๋ก์ ํธ ๋ด์์ ๊ฒ์ Ctrl + , : Settings Ctrl + N : ์๋ก์ด ํ์ผ Ctrl + S : ํ์ผ ์ ์ฅ Ctrl + Shift + S :๋ค๋ฅธ ์ด๋ฆ์ผ๋ก ์ ์ฅ Shift + del : ๋ผ์ธ ์ง์ฐ๊ธฐ Ctrl + ํด๋ฆญ : ์ฌ๋ฌ์ค ์ ๋ ฅ --> </body> </html>
ย
001.html
<!DOCTYPE html> <html> <head> <title>Document</title> </head> <body> <h1>๊ธ์ ํ๊ทธ</h1><br> <p>H<sub>2</sub>0</p> <p>x<sup>2</sup>=4</p> <p> Lorem <br> ipsum <hr> dolor sit amet <a href="leehojun/a.html">click </a> <strong>hello</strong> adipisicing <b>elit</b>. Quae <em>quisquam </em> aperiam, <i> autem </i>, excepturi <mark> corrupti </mark> architecto facilis saepe </p> </body> </html>
ย
002.html
<!DOCTYPE html> <html> <head> <title> Document </title> </head> <body> <h1>Front-End</h1> <ol type="A"> <li>HTML</li> <li>CSS</li> <li>Javacript</li> <li>Jquery</li> <li>Bootsrap</li> </ol> <h1>Back-End</h1> <ul> <li>Python</li> <li>Django</li> </ul> <dl> <dt>HTML</dt> <dd>๋งํฌ์ ์ธ์ด์ ๋๋ค.</dd> </dl> <div>hello</div> </body> </html>
<!DOCTYPE html> <html> <head> <title> Document </title> </head> <body> <h1>Front-End</h1> <ol type="A"> <li>HTML</li> <li>CSS</li> <li>Javacript</li> <li>Jquery</li> <li>Bootsrap</li> </ol> <h1>Back-End</h1> <ul> <li>Python</li> <li>Django</li> </ul> <dl> <dt>HTML</dt> <dd>๋งํฌ์ ์ธ์ด์ ๋๋ค.</dd> </dl> <div>hello</div> </body> </html>
ย
003.html
<!DOCTYPE html> <html> <head><title>document</title></head> <body> <img src="img/a.jpg" alt="์ด๋ฏธ์ง ์์."> <iframe width="1280" height="720" src="https://www.youtube.com/embed/-iuX3r8PSzU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> </body> </html>
ย
004.html
<!DOCTYPE html> <html> <head> <title>Document</title> </head> <body> <input type="text"><br> <input type="password"><br> <input type="date"><br> <input type="time"><br> <input type="range"><br> <input type="color"><br> <input type="radio"><br> <input type="checkbox"><br> <input type="file"><br> <textarea name="name", rows="8", cols="80"> </textarea> </body> </html>
ย
005.html
<!DOCTYPE html> <html> <head> <title>Document</title> <style> table, th ,tr, td{ border: 1px black solid; border-collapse: collapse; } </style> </head> <body> <table> <tr> <td>๊ตฌ๋ถ</td> <td>์ด๋ฆ</td> <td>ํ๋งค๋</td> </tr> <tr> <td>1</td> <td>ํด๋ฆฌํฌํฐ</td> <td>100</td> </tr> <tr> <td>2</td> <td>ํ๊ฑฐ๊ฒ์</td> <td>200</td> </tr> <tr> <td>3</td> <td>๋ฐ์ง์์ ์</td> <td>300</td> </tr> <tr> <td colspan="2">์ด ํ๋งค๋</td> <td>600</td> </tr> </table> </body> </html>
ย
006.html
<!DOCTYPE html> <html> <head> <title>Document</title> <link rel="stylesheet" href="a.css"> <style> h1{ color: blue; } </style> </head> <body> <h1 >hello</h1> <h2 style="color: red;">hello</h2> </body> </html>
ย
007.html
<!DOCTYPE html> <html> <head> <title>Document</title> <link rel="stylesheet" href="a.css"> <style> #one{ color: red; } #two{ color: blue; } #three{ color: green; } </style> </head> <body> <a href="#one">one์ผ๋ก ๊ฐ๋ผ</h1> <a href="#two">two์ผ๋ก ๊ฐ๋ผ</a> <a href="#three">three์ผ๋ก ๊ฐ๋ผ</a> <h1 id="one">hello</h1> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <h1 id="two">hello</h1> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <p>hello</p> <h1 id="three">hello</h1> </body> </html>
ย
008.html
<!DOCTYPE html> <html> <head> <title>Document</title> <link rel="stylesheet" href="a.css"> <style> .one{ color: red; } .two{ font-size: 20px; } .three{ color: green; } </style> </head> <body> <h1 class="one two">hello</h1> <h1 class="two">hello</h1> <h1 class="three">hello</h1> </body> </html>
ย
a.css
h1{color: red;}
ย
009.html
<!DOCTYPE html> <html> <head> <title>Document</title> <style> p{ font-size: 5em; } </style> </head> <body> <h1>๊ณ ์ ํฌ๊ธฐ ๋จ์</h1> <p> px, pt, in, cm ,mm</p> <h1>๊ฐ๋ณ ํฌ๊ธฐ ๋จ์</h1> <p> em, % rem</p> <h1>hello</h1> <h1>hello</h1> </body> </html>
ย
010.html
<!DOCTYPE html> <html> <head> <title>Document</title> <style> h1{ border: 1px solid black; padding: 2px 10px 20px 40px; margin:20px } </style> </head> <body> <h1>hello world</h1> </body> </html>
ย
011.html
<!DOCTYPE html> <html> <head> <title>Document</title> <style> .box{ background-color: blue; width: 200px; height: 200px; } .one{ opacity: 0.5; } .two{ opacity: 0.3; } </style> </head> <body> <div class="box"></div> <div class="box one"></div> <div class="box two"></div> </body> </html>
ย
012.html
<!DOCTYPE html> <html> <head> <title>Document</title> <link href="https://fonts.googleapis.com/css?family=Unlock&display=swap" rel="stylesheet"> <style> h1{font-family: 'Unlock', cursive}; </style> </head> <body> <h1>helloworld</h1> </body> </html>
ย
013.html
<!DOCTYPE html> <html> <head> <title>Document</title> <style> h1{ color: #0000ff; }; </style> </head> <body> <h1>helloworld</h1> </body>
ย