Computer Science, asked by Anonymous, 1 year ago

write an html code to give 10 spaces between the text kips publishing world

Answers

Answered by BoyWhoCode
26
If u asking about intity character  

then
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p> Hii          There</p>
</body>
</html>
The Entity Character is Working here

if this is wrong then please Explain your question well or send me msg

BoyWhoCode: otherwise i will use Preformated tag
siddhartharao77: Preformated tag is deprecated tag. Use CSS
siddhartharao77: Actually, That's what y i used css. But The person who asked this question didn't understand it seems.
BoyWhoCode: hahahaha but bro he wrote That using only HTML that's why
siddhartharao77: using HTML u can write the code for 10 spaces. What will u do for 100 spaces? Will u keep on assigning the spaces manually using p.
siddhartharao77: Its better u use nbsp tag in html
siddhartharao77: BTW, Thanks for answering bro.
BoyWhoCode: Ohk..bro
Anonymous: Sorry..I have mistakely marked u as the brainliest..I'm not satisfied with ur ans
BoyWhoCode: apna question hindi m pucho jo puchogi wo bata dunga sab aata h mujhe
Answered by siddhartharao77
20
<html>
<head>
<title>Basic Program</title>
<style>

p
{

word-spacing:10px;

}


</style>
</head>

<body>
<p>kips publishing world</p>
</body>

</html>


<!Hope this helps -- >

BoyWhoCode: on...my god...bro Html is working here
BoyWhoCode: <!-- -->
siddhartharao77: BTW, Thanks For reporting my answer @Arpita176.
BoyWhoCode: hahaha.....report kar dia
Anonymous: Sorry Siddhartha ur answer is not 100% correct
siddhartharao77: Will u please tell me what is the correct answer?
siddhartharao77: I just want to know, because I am learning html now.
Anonymous: oh..I dont know the exact ans..but this is not the correct format
siddhartharao77: Ohhkk.. Thanks.
Anonymous: Thanx for helping me..
Similar questions