フレーム(frameset)、グローバルプロパティ

4030 ワード

1.    
//       
<frame src="framea.html">frame>
<frame src="frameb.html">frame>
<frame src="framec.html">frame>
src:   html  
frameset>
2.    
<a href="http://www.baidu.com" target="">a>
target:_self           
      _blank  
      _
     
<iframe src="" frameborder="0" width="" height="">iframe>     

  • contentEditable:一般的にリスト(ol/ul)に配置され、デフォルトがtrue
  • であるかどうかを編集できます.
  • designMode、ページ全体を編集できるかどうか、onまたはoffの2つのステータス
  • hidden=""要素が非表示の
  • spellcheck=""スペルエラーかどうか
  • tabindexフォーカスを取得、アクセス順を設定、一般に数値を設定、1,2,3(-1フォーカスは取得できません)