<strong>
|
To make text as strong
|
<i>
|
To make text as italic style
|
<u>
|
To get underline below the text
|
<p>
|
To get Paragraphs
|
<div>
|
To get divisions
|
<h1>,<h2>,<h3>,
<h4>,<h5>,<h6>
|
To get Headings
|
<table>
|
To get tables
|
HTML elements are two types. Inline elements- the elements which are used in inline only, that means the next text after these elements come in same line. Ex:- <strong> Block level elements- the elements which are used in separate line only, that means the next text after these elements come in new line. Ex:- <p>
Comments
Post a Comment