Computer Science, asked by kareenafutiawala123, 10 months ago

Write code in HTML to divide the browser window into 3 horizontal sections and display college name in the top most frame.

Answers

Answered by dan231
6

<html>

<head>

<title>Example</title>

</head>

<body bg color ="red">

<h1><center>INDIA IS BEAUTIFUL</center>

</h1>

<hr>

<p>INFORMATION TECHNOLOGY</p>

</body>

</html>

Answered by omegads04
1

<html>

<head>

</title> Example</title>

<h1>University of science and technology</h1>

</hr>

<p1>Geoghraphy</p1>

<p2>Botany</p2>

<p3>Chemistry</p3>

</body>

</html>

Similar questions