Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

TCR Innovation

------------------------------------------------------------------------------------------------------------------------------

FRONT-END WEB DEVELOPMENT INTERNSHIP PROGRAM


DAY 1

O N
I
*******************************************************************
<html>

T
<head>

A
<title>Hello Interns</title>
</head>

V
<body>
This is TCR Group.

O
THis is Omkar.

N
</body>

IN
</html>

R
--------------------------------------------------------------------------------

C
<html>

T
<head>
<title>Heading Sections</title>
</head>
<body>
<h1>This is TCR</h1>
<h2>This is TCR</h2>
<h3>This is TCR</h3>
<h4>This is TCR</h4>
<h5>This is TCR</h5>
<h6>This is TCR</h6>
</body>
</html>

------------------------------------------------------------------------------------

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3rd code</title>
</head>

N
<body>
<h1>TCR INNOVATION</h1>

O
<h2>July Batch</h2>

I
<p>

T
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia magni
aliquam expedita. Minus deleniti eum iure et, animi recusandae aperiam,

A
suscipit cumque dicta officiis velit. Quo animi quasi debitis libero?

V
</p>

O
</body>
</html>

N
----------------------------------------------------------------------------------------

IN
<!DOCTYPE html>
<html lang="en">

R
<head>

C
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

T
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Different Tags</title>
</head>
<body>
This is TCR
<br />
<br />
<hr />
<b>July Batch</b> <br />
<br />
<hr />
<i>July batch</i> <br />
<br />
<hr />
<del> July Batch </del> <br />
<br />
<hr />
<ins>July Batch</ins> <br />
<br />
<hr />
Element<sup>Chemical</sup>+b<sup>2</sup> <br /><br />
<hr />
H<sub>2</sub>O
<hr />

N
<br />

O
<hr />

I
</body>

T
</html>
-----------------------------------------------------------------------------------

V A
N O
IN
C R
T

You might also like