html知識收集(一)

來源:互聯網
上載者:User

標籤:color   ar   使用   sp   div   on   cti   bs   html   

1.頁內跳轉iframe

<ul>

<li><a href="1.html" target="iframe1">1</a></li>

<li><a href="2.html" target="iframe1">2</a></li>

</ul>

</ul>

<iframe name="iframe1" src="0.html"></iframe>

2.開啟連結

<a href="url" target="_blank">新視窗中開啟</a>

<a href="url" target="_parent">在原視窗中開啟</a>

3.text元素設為唯讀

<input type="text" disabled readonly />

4.css技巧

預設樣式值:* {margin: 0; padding: 0; background-color: transparent;}

css中子項目自動繼承父元素的屬性值

對同一元素的css定義有多種,以最近的定義為最優先

一個標籤可以定義多個class

派生選取器:div p {}

組選取器:h1, h2 {}

不需要給背景圖片加引號:background-image: url(images/a.gif)

正確的順序指定串連樣式:a:link, a:visited, a:hover, a:active

調試技巧:使用background,避免用border,因為border可能會改變div大小

 

html知識收集(一)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.