On where should I wrote my text on the tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

On where should I wrote my text on the tag?

30th Sep 2016, 2:42 PM
Haikal Ravendy
Haikal Ravendy - avatar
1 Answer
0
Your text, i. e., the content of your webpage, will go between the body tags. For example, suppose you want to make a webpage which displays "Hello World!!!", your code will be: <HTML> <HEAD> </HEAD> <BODY> Hello World!!! </BODY> </HTML> Hope this answers your question.
30th Sep 2016, 5:37 PM
Chinmaya