Skip to main content

swan lin's Library tagged html   View Popular

23 Jan 08

网页设计|中国IT实验室

--| Dreamweaver | Flash | Fireworks | Frontpage | HTML/CSS | Javascript

webdesign.chinaitlab.com - Preview

html

display:block与display:inline-block在input中的使用区别 - hotdogcug的专栏 - CSDNBlog

  • inline:内联对象的默认值。将对象强制作为内联对象呈递,从对象中删除行
  • display:inline-block; 将对象呈递为内联对象,但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内
  • 1 more annotations...
24 Dec 07

HTMLCenter

HTML Help, Web Development Tutorials and Reviews from HTMLCenter

www.htmlcenter.com - Preview

design html tutorials ux

10 ways to orientate users on your site - Usability Tutorials from HTMLCenter

  • 1. Page headings
  • 2. Breadcrumb trail
  • 8 more annotations...
13 Dec 07

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.
11 Dec 07

CSS的display属性_马志芳/学习/工作/休闲



  •   display属性基本上分为inline,block,和none。

      inline就像它的本意——显示为inline的元素为行。strong,anchor锚和em强调元素默认是行。

      block元素前后换行。标题和段落元素是块元素。

      none,意思不显示元素,在可用性上可以实现漂亮的效果,交替样式或hover效果的高级运用。
  • display:none和visibility:hidden;的不同在于display:none完全取消元素的显示,visibility:hidden保持元素位置但视觉上的内容不可见

css中* html>body 是什么意思?_李涛博客

  • html>body

    至于这个我也不知道该怎么解释,范围太大了

    就现在的htm文件而言,html标记已经是最外层的,body就是html的直接下级
22 Oct 07

HTML Frames

    • 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 web developer must keep track of more HTML documents
      • It is difficult to print the entire page
    • The Frameset Tag


      • 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
  • 1 more annotations...
11 Oct 07

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 Scripts

  • The <noscript> tag is used to define an alternate text if a
    script is NOT executed.

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 BASE TAG

  • The base element specifies a base URL for all the links in a page.

HTML SPAN TAG

  • The <span> tag is used to group inline-elements in a 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. 
1 - 20 of 45 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo