answersLogoWhite

0

<body bgcolor="Black"><p>

Your text here</p>

</body>

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a CSS code that can be used to make the background of a homepage on a webs.com website plain black?

body {background-color: black}


Is NotePad Plus Plus a compiler?

Notepad++ is a text editor, not a compiler. You can however, enter source code into Notepad++ and then compile it with a compiler such as GCC.


How do you set a picture as background in notepad?

u click on ur face


Is there a cheat for unlimited ammo for Call of Duty Black Ops?

Yes. on zombie mod. This is how: Find your black ops Folder. i found mine in Programfiles and then on steam file. when u did that. go to the notepad in folder. and set an code. my problem is what the code is.


How Do You Increase the Speed of What if your Ram by typing code on notepad?

yes


Where do you put html code on facebook?

you dont it has to be done in notepad.


Where is the notepad on Howrse?

Go to your mail. There will be 4 tabs; my in-box, my sent box, my black list, and my notepad. Hope this helped! :)


How do you extract code from batch file?

You can just open the batch file with notepad and look at the code


Why do you write your code in a Notepad file?

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.


How do you make a program with bat files?

In notepad put your code and save it as a .bat


How do you insert pictures on Notepad using HTML?

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: &lt;img src="myimage.jpg" /&gt;


What is the background code for a HTML document?

A background can be added on CSS. ex: #body {background: url(../images/bodybg.jpg) repeat-x;}The HTML code for background color is Note: The code must be put inside the body tag, that is between and of your HTML script and the values of color can be change accordingly. For example, if you want to put gray background color you simply change the value to "#727272" or "#000000" for black if you want.