swan lin's Library tagged → View Popular
display:block与display:inline-block在input中的使用区别 - hotdogcug的专栏 - CSDNBlog
-
inline:内联对象的默认值。将对象强制作为内联对象呈递,从对象中删除行
-
display:inline-block; 将对象呈递为内联对象,但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内
- 1 more annotations...
10 ways to orientate users on your site - Usability Tutorials from HTMLCenter
-
1. Page headings
-
2. Breadcrumb trail
- 8 more annotations...
Box model
-
- Content area: The 'background' property of
the generating element. - Padding area: The 'background' property of
the generating element. - Border area: The
border properties of the generating element. - Margin area: Margins are always transparent.
- Content area: The 'background' property of
CSS的display属性_马志芳/学习/工作/休闲
-
display属性基本上分为inline,block,和none。
inline就像它的本意——显示为inline的元素为行。strong,anchor锚和em强调元素默认是行。
block元素前后换行。标题和段落元素是块元素。
none,意思不显示元素,在可用性上可以实现漂亮的效果,交替样式或hover效果的高级运用。 -
display:none和visibility:hidden;的不同在于display:none完全取消元素的显示,visibility:hidden保持元素位置但视觉上的内容不可见
HTML Frames
-
- The web developer must keep track of more HTML documents
- It is difficult to print the entire page
Frames
With frames, you can display more than one HTML document in the same browser
window. Each HTML document is called a frame, and each frame is independent of
the others.The disadvantages of using frames are:
-
- The <frameset> tag defines how to divide the window into frames
- Each frameset defines a set of rows or columns
- The values of the rows/columns indicate the amount of screen area each row/column will
occupy
The Frameset Tag
- 1 more annotations...
Mozilla Browser
-
Mozilla is not a web browser.
Mozilla is a framework for building web applications using web standards like
CSS, XML, RDF. -
Mozilla code is used in Netscape 6 and 7, and in other web browsers
such as Firefox and Camino, chat clients, news clients, email clients, games,
and other types of web applications for Windows, Linux, and Mac. - 1 more annotations...
HTML Meta Element
-
meta element is used to provide information that is relevant
to browsers or search engines like
describing the content of your document.
HTML DIV TAG
-
The <div> tag defines a division/section in a document.
-
Note: Browsers usually place a line break before and after the div
element.Tip: Use the <div> tag to group block-elements to format them
with styles.
HTML STYLE TAG
-
The style element goes in the head section. If you want to include a style sheet in your page,
you should define the style sheet externally, and link to it using <link>.
HTML LINK TAG
-
Note: The link element is an empty element, it contains attributes
only.Note: This element goes only in the head section, but it can appear any number of times.
HTML Styles
-
An external style sheet is ideal when the style is applied to many pages.
With an external style sheet, you can change the look of an entire Web site by
changing one file. Each page must link to the style sheet using the <link>
tag. The <link> tag goes inside the head section.
<head>
<link rel="stylesheet" type="text/css"
href="http://www.w3schools.com/mystyle.css">
</head>
Internal Style Sheet
An internal style sheet should be used when a single document has a unique
style. You define internal styles in the head section with the <style>
tag.
<head>
<style type="text/css">
body {background-color: red}
p {margin-left: 20px}
</style>
</head>
HTML Fonts
-
The World Wide Web Consortium (W3C) has removed the <font> tag from its
recommendations. In future versions of HTML, style sheets (CSS) will be used to
define the layout and display properties of HTML elements.
Sponsored Links
Top Contributors
Groups interested in html
-
Interoperability and The Quest For A Universal File Format
Bookmarked pages related to...
Items: 11 | Visits: 238
Created by: Gary Edwards
-
web design
web design,user-ability,fri...
Items: 36 | Visits: 307
Created by: swan lin
-
HTML Study Note
http://www.w3schools.com/ht...
Items: 34 | Visits: 176
Created by: swan lin
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
