Development
ITC22023
Practical
<p> By: P.Vishaliney </p>
, HTML
Hyper Text Markup Language
<p> HTML is the code that is used to structure a web page and
its content. </p>
, HTML Text Formatting
01 02
Bold Tag Important Tag Italic Tag
<b>Content</b> <strong>Content</strong> <i>Content</i>
04 05
Emphasized Tag Marked Tag Smaller Tag
<em>Content</em> <mark>Content</mark> <small>Content</s