User Tools

Site Tools


html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

html [2015/03/09 13:11] – created hkimscilhtml [2015/03/09 13:22] (current) hkimscil
Line 1: Line 1:
 ====== Intro ====== ====== Intro ======
 +태그(Tag): 
 +요소(Element): 
 +속성(Attribute): 
 +<code>
 <!DOCTYPE html> <!DOCTYPE html>
 <html> <html>
Line 11: Line 15:
 </body> </body>
 </html> </html>
 +</code>
 +
 +<code>
 +<html> 
 +<h1 title = 'header'>Hello HTML5</h1>
 +</html> 
 +</code>
 +
 +title = 속성이름
 +'----' = 속성블록
 +'header' = 속성 값
 +Hello HTML5 = 내부 문자
 +
 +<code>
 +<html> 
 +<img src='image.png'>
 +</html> 
 +</code>
 +
 +
 +
 +===== HEAD tag =====
 +  meta: 웹 페이지에 추가 정보 전달
 +  title: 웹 페이지의 제목 지정
 +  script: 웹 페이지에 스크립트 추가
 +  link: 웹 페이지에 다른 파일 추가
 +  style: 웹 페이지에 스타일시트 추가
 +  base: 웹 페이지의 기본 경로 지정
 +
 +
  
html.1425874266.txt.gz · Last modified: 2015/03/09 13:11 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki