Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.19 KB

File metadata and controls

64 lines (42 loc) · 1.19 KB

+++ date = "2015-11-14T21:07:37Z" title = " readMe " description = " A detail log of HTML Block Level Elements" tags = ["block level element in HTML" , "HTML Blocks"] author = "Abdul Ghafoor Sayyed" +++

Block level element in html 4

All block level elements starts with a new line and take full width of their container.

Followings are block level elements

<address> To address someone so he may contact
<blockquote> Block Quotation
<div> divisions area on page
<dl> definition list
<form> form for submission
<fieldset> field set label
<h1> to <h6> All headings
<hr> horizontal line
<noscript> Alternate Script content
<ol> orders list
<p> paragraphs
<pre> pre formatted text
<table> table
<ul> unordered list

Following may be considered block level elements

<dd> definition description
<dt> definition term
<li> list item
<tbody> table body
<td> table data cell
<tfoot> table footer
<th> table header
<thead> table head
<tr> table row

Following elements may be used as either block-level elements or inline elements

<button> button
<del> delete text
<ins> insert text
<map> image map
<object> object
<script> client siede script