Computer Science, asked by nickfrickinyt, 7 months ago

how do you code the body head in html

Answers

Answered by Anshu33845
1

Answer:

CODE

<! DOCTYPE HTML>

<HTML>

<HEAD>

<TITLE> PROJECT </TITLE>

</HEAD>

<BODY>

<B> Project </B>

</BODY>

</HTML>

OUTPUT

>> Project

Explanation:

Now, we know that HTML develop day today and now we are using HTML5 so I am writing the code in HTML5 so you should understand the concept of HTML5 so first of all we are using doctype HTML tag in HTML5 web technology. Then, we are using HTML tag in HTML5 technology. But, in HTML technology we are using simply at first line we are using only HTML and then we are starting our code but it is not necessary in HTML5 Web technology concept in HTML5 Web technology concept we are using the doctype HTML. After that we are following the Concept of old HTML technology but not totally because some tags are also changed. After HTML tag, we are using HEAD tag and in head tag we are using TITLE tag then we are closing TITLE tag. After that we are closing HEAD tag. Then we are starting BODY tag and write something then closing BODY tag. And at last we are closing HTML tag.

Hope! You will understand.

Similar questions