잘 알려지지 않은 HTML Tags... (나만 몰랐던가?)
잘 알려지지 않았지만 마크업 개발에서는 무쟈게 많이 쓰이는 HTML 태그들을 정리해보았습니다.
HTML <dl> Tag
HTML <ol>, <ul> Tag
참고자료
http://www.w3schools.com/tags/default.asp이정도 익혀두면 태그를 분석하는데는 무리가 없을 듯 합니다.
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
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