블로그 이미지
올해목표 // 10월 어학연수 떠나자~ 자수씨

카테고리

전체글 (1457)
Brand New! (28)
주절주절 (213)
MOT (11)
해외쇼핑 (49)
쇼핑노트 (150)
취미생활 (94)
iPhone (4)
Eclipse (121)
Google (83)
Spring (31)
JAVA (176)
JavaScript (59)
WEB (49)
Database (20)
OS (26)
Tools (8)
Tips (26)
IT정보 (1)
Book (21)
Programming (37)
외부행사 (43)
주변인들 (17)
여행노트 (60)
학교생활 (30)
회사생활 (52)
사회생활 (5)
외국어공부 (12)
잡동사니 (30)
Total
Today
Yesterday
 
04-26 07:42
 

달력

« » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
 

최근에 올라온 글

최근에 달린 댓글


잘 알려지지 않았지만 마크업 개발에서는 무쟈게 많이 쓰이는 HTML 태그들을 정리해보았습니다.

HTML <dl> Tag





<dl> 태그는 정의 리스트에 사용됩니다. <dt> 와 <dd> 태그를 하위 엘리먼트로 갖습니다.


<dt> 태그는 정의 리스트의 아이템에 사용됩니다. <dl> 태그 하위로 구성됩니다.


<dd> 태그는 정의 리스트 아이템을 묘사하는데 사용됩니다. <dl> 태그 하위로 구성됩니다. <dd> 태그 안에는 <p>, <img> 등과 같은 태그가 포함될 수 있습니다.


HTML <ol>, <ul> Tag





<ol> 태그는 순차 리스트에 사용됩니다.


<ul> 태그는 비순차 리스트에 사용됩니다.


<li> 태그는 리스트 아이템에 사용됩니다. <li> 태그는 순차(<ol>) 와 비순차(<ul>) 리스트로 사용됩니다.



참고자료

http://www.w3schools.com/tags/default.asp




이정도 익혀두면 태그를 분석하는데는 무리가 없을 듯 합니다.


Posted by 자수씨
, |


WIDTH Attribute | width Property

Sets or retrieves the width of the object.

Syntax

HTML

<ELEMENT WIDTH = sWidth... >

Scripting

[ sWidth = ] object.width

Possible Values

sWidth

Integer or String that specifies or receives one of the following values.

width

Integer that specifies the width of the object in pixels.

percentage

String that specifies an integer value followed by a %. The value is a percentage of the width of the parent object.

The property is read/write for all objects except the following, for which it is read-only: FRAME. The property has no default value.

DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are not supported in IE8 mode. For more information, see About Dynamic Properties.



출처: http://msdn.microsoft.com/ko-kr/library/ms535147(en-us,VS.85).aspx



위에 MSDN을 참고하면... witdh attribute는 pixel 값만 들어가네요... 아무리 width="130mm" 라고 적어도 130px 로 인식하는 아스트랄한 현상... style로 width를 설정해야 한다네요...


망했다 ㅠ_ㅠ...

Posted by 자수씨
, |

글 보관함

최근에 받은 트랙백