Computer Science, asked by kamalabohara234, 2 months ago

prepare the general format of HTML Tag.​

Answers

Answered by bryanchristy2016
0

Answer:

The general format for HTML doc will be

Explanation:

<html>

<title>

Here we will type text to be displayed in title bar

</title>

<body>

Here we will type other tags

</body>

</html>

Similar questions