Hello and welcome to beautiful Jun Blog.

Tag Archives: html

【转】HTML属性以及相对应的CSS方法

Tags:, .

align=”left” HTML/CSS float:left;
align=”right” HTML/CSS float:right;
使用CSS可以浮动 任何元素:图片、段落、div、标题、表格、列表等等
当你使用float属性,必须给这个浮动元素定义一个宽度。

marginwidth=”0″ leftmargin=”0″ marginheight=”0″ topmargin=”0″ HTML/CSS margin: 0;
使用CSS, margin可以设置在任何元素上, 不仅仅是body元素.更重要的,你可以分别指定元素的top, right, bottom和left的margin值。 (全文…)

Posted on 28 十一月 '08 by admin, under CSS. No Comments.