Practical – 113.3 : PARAGRAPGH TAG IN HTML
Program Code :
<!DOCTYPE html>
<html>
<head>
<title>About ITI</title>
</head>
<body>
<h1>About ITI (Industrial Training Institute)</h1>
<p>
ITI stands for Industrial Training Institute.
These institutes provide training in various technical fields.
ITIs help students gain practical skills that are useful in industries.
The courses are designed to prepare students for employment.
Most ITI courses have a duration of six months to two years.
After completing an ITI course, students can work as electricians, fitters, mechanics, and more.
ITIs are available in both government and private sectors.
They play an important role in skill development and job creation in India.
</p>
</body>
</html>