Computer Science, asked by marakjohann6, 3 months ago

correct the following code :
<html>
<head>
<title> st johns school</title>
Final assessment
</body>

Answers

Answered by ajmermittalumesh
1

Answer:

The correct code will be

<html>

<head>

<title>

st johns school

</title>

</head>

<body>

Final assessment

</body>

</html>

Answered by velmuruganveerakkal
1

Answer:

<html>

<head>

<title>

st johns school

</title >

<body>

Final assessment

</body>

</head>

</html>

Similar questions