Practical-113.2 : How to Run HTML First Program ?
( HTML પ્રોગ્રામ કેવી રીતે બનાવવો )
Program Code :
<!DOCTYPE html>
<html>
<head>
<title>Using the Break Tag</title>
</head>
<body>
<h1>Welcome to ITI MAHUDHA</h1>
<p>
This is the first line.<br>
This is the second line after a line break.<br>
And here’s the third line.
</p>
</body> </html>