HTML Div用法及代碼示例- 純淨天空
文章推薦指數: 80 %
div標簽在HTML中用於對網頁中的內容進行分割,例如(文本,圖像,頁眉,頁腳,導航欄等)。
Div標簽同時具有open(
Div是Web ... 當前位置:首頁>>代碼示例 >>用法及示例精選 >>正文 div標簽稱為Division標簽。
div標簽在HTML中用於對網頁中的內容進行分割,例如(文本,圖像,頁眉,頁腳,導航欄等)。
Div標簽同時具有open(
Div是Web開發中最可用的標簽,因為它可以幫助我們分離出網頁中的數據,並且可以為網頁中的特定數據或函數創建特定的部分。
Div標簽是Blocklevel標簽 這是一個通用的容器標簽 它用於將HTML的各種標記組合在一起,以便可以創建節並將樣式應用於它們。
我們知道Div標簽是塊級標簽,在此示例中div標簽包含整個寬度。
每次將在新行而不是同一行顯示div標簽。
範例1:
讓我們看下麵的示例而不使用div標簽。
我們需要為每個標簽應用CSS(在示例中使用H1H2和兩段p標簽) 範例2:
GeeksforGeeks
Howmanytimeswereyoufrustratedwhilelookingout foragoodcollectionofprogramming/algorithm/interview questions?Whatdidyouexpectandwhatdidyouget? Thisportalhasbeencreatedtoprovidewellwritten, wellthoughtandwell-explainedsolutionsforselected questions.
GeeksforGeeks
GCETisanentrancetestfortheextensiveclassroom programbyGeeksforGeekstobuildandenhanceData StructuresandAlgorithmconcepts,mentoredbySandeep Jain(Founder&CEO,GeeksforGeeks).Hehas7yearsof teachingexperienceand6yearsofindustryexperience.
輸出: 使用Div標簽創建Web布局div標簽是div標簽內的一個容器標簽,我們可以放置多個HTML元素,並且可以組合在一起並可以為其應用CSS。div標簽可用於創建網頁布局,以下示例顯示創建網頁布局我們也可以使用表格標簽創建網絡布局,但是表格標簽修改布局非常複雜div標簽在創建Web布局時非常靈活,並且易於修改。
在下麵的示例中,將使用div標簽顯示HTML元素的分組並創建block-wiseWeb布局。
例:
GeeksforGeeks
Howmanytimeswereyoufrustratedwhilelookingout foragoodcollectionofprogramming/algorithm/interview questions?Whatdidyouexpectandwhatdidyouget? Thisportalhasbeencreatedtoprovidewellwritten, wellthoughtandwell-explainedsolutionsforselected questions.
GeeksforGeeks
GCETisanentrancetestfortheextensiveclassroom programmebyGeeksforGeekstobuildandenhanceData StructuresandAlgorithmconcepts,mentoredbySandeep Jain(Founder&CEO,GeeksforGeeks).Hehas7yearsof teachingexperienceand6yearsofindustryexperience.
GeeksforGeeks
Howmanytimeswereyoufrustratedwhilelookingout foragoodcollectionofprogramming/algorithm/interview questions?Whatdidyouexpectandwhatdidyouget? Thisportalhasbeencreatedtoprovidewellwritten, wellthoughtandwell-explainedsolutionsforselected questions.
GeeksforGeeks
GCETisanentrancetestfortheextensiveclassroom programmebyGeeksforGeekstobuildandenhanceData StructuresandAlgorithmconcepts,mentoredbySandeep Jain(Founder&CEO,GeeksforGeeks).Hehas7yearsof teachingexperienceand6yearsofindustryexperience.
GeeksforGeeks
Howmanytimeswereyoufrustratedwhilelookingout foragoodcollectionofprogramming/algorithm/interview questions?Whatdidyouexpectandwhatdidyouget? Thisportalhasbeencreatedtoprovidewellwritten, wellthoughtandwell-explainedsolutionsforselected questions.
GeeksforGeeks
Howmanytimeswereyoufrustratedwhilelookingout foragoodcollectionofprogramming/algorithm/interview questions?Whatdidyouexpectandwhatdidyouget? Thisportalhasbeencreatedtoprovidewellwritten, wellthoughtandwell-explainedsolutionsforselected questions.
使用Div標簽,我們可以覆蓋標題標簽和段落標簽之間的間隙,在此示例中,將顯示三個塊的Web布局。輸出: 我們可以使用以下方法在任何部門使用CSS: 1.使用類:我們可以在內部CSS或外部CSS的特定div上使用Class 如果是內部CSS:我們需要在
輸出: 支持的瀏覽器:
非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。
延伸文章資訊
- 1HTML Div – What is a Div Tag and How to Style it with CSS
The HTML division tag, called "div" for short, is a special element that lets you group similar s...
- 2HTML <div> 标签 - 菜鸟教程
HTML <div> 标签实例文档中的一个区域将显示为蓝色: [mycode3 type='html'] 这是一个在div 元素中的标题。 这是一个在div 元素中的文本。 [/mycode3]...
- 3HTML Div用法及代碼示例- 純淨天空
div標簽在HTML中用於對網頁中的內容進行分割,例如(文本,圖像,頁眉,頁腳,導航欄等)。 Div標簽同時具有open(<div>)和close(</div>)標簽,並且必須關閉標簽。 Div...
- 4HTML div 標籤
一組標準的HTML div 區塊是由一個開頭<div> 標籤與一個結束</div> 標籤所組成,其間背包起來的部份就是區塊內容,可以是文字、圖片、影片、框架.
- 5HTML div tag - W3Schools
The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a con...