Computer Science, asked by shifin6694, 11 months ago

Create a web page with two frames. In the first frame give information about atomic number and in the second frame, give information about mass number.

Answers

Answered by tanujamore150
12

Answer:

<html>

<head>

<title> atomic and mass no.

</title>

</head>

<frameset cols ="50%,*">

<frame src=left.html>

<frame src=right.html>

</frameset >

</html>

left.html

<html>

<head>

<title> left

</title>

</head>

<body><h3>

The atomic number or proton number of a chemical element is the number of protons found in the nucleus of every atom of that element. </h3>

</body>

</html>

right.html

<html>

<head>

<title> right

</title>

</head>

<body><i>

The mass number, also called atomic mass number or nucleon number, is the total number of protons and neutrons in an atomic nucleus.</i>

</body>

</html>

Answered by palashimedhi480
1

lol lol lol lol lol lol lol lol lol lol lol lol lol lol

Explanation:

double lol

Similar questions