html bullship
- Started
- Last post
- 8 Responses
- dubblebubble
Hi, does anyone know how I can get a background color into this html code?
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>!! pencils !!</title><head>
<body>
<center></center>
</body>
</html>
- utopian0
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>!! pencils !!</title><head>
<body bgcolor="#2E2E2E" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
<center></center>
</body>
</html>
- ********0
css
http://www.w3schools.com/css/
more specifically
http://www.w3schools.com/css/css…and for more reference
http://www.w3schools.com/html/
- utopian0
or
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>!! pencils !!</title><head>
<body bgcolor="#2E2E2E">
<center>
</center>
</body>
</html>
- dubblebubble0
I <3 QBN
- PIZZA0
Is it 1995?


