Computer Science, asked by noorizara9972, 6 months ago

Write down the HTML Structure​

Answers

Answered by saadans2018
1

Answer:

<HTML>

    <HEAD>

            <TITLE></TITLE>

     </HEAD>

     <BODY>

     

     </BODY>

</HTML>

Answered by leemashah666
1

Answer:

<html>

<head>

<title>....</title>

</head>

<body>

</body>

</html>

Explanation:

Similar questions