Conéctate
o
Regístrate
Conéctate
o
Regístrate
Toggle navigation
Inicio
Artículos
PROGRAMACIÓN GENERAL
C / C++ / C#
Java
Visual Basic
Objective-C
Python
Perl
Ruby
Delphi
PROGRAMACIÓN WEB
ASP
PHP
HTML
CSS
Javascript
Aplicaciones prefabricadas
BASES DE DATOS
SQL
Mongo DB
Oracle
MySQL
SQL Server
PROGRAMACIÓN APPs
Android
iOS
WindowsPhone
BlackBerry
Tutoriales
(current)
PROGRAMACIÓN GENERAL
C / C++ / C#
Java
Visual Basic
Objective-C
Python
Perl
Ruby
Delphi
PROGRAMACIÓN WEB
ASP
PHP
HTML
CSS
Javascript
Aplicaciones prefabricadas
BASES DE DATOS
SQL
Mongo DB
Oracle
MySQL
SQL Server
PROGRAMACIÓN APPs
Android
iOS
WindowsPhone
BlackBerry
Noticias
Foros
Eventos
Empleo
Inicio
Foros
Foros de Javascript
confusión con el document.write
×
Conéctate a Programacion.net
Conectarme a Programacion.net
confusión con el document.write
Nimrodel
29 de Septiembre del 2003
como le hago para ponerle color al texto:
document.write("<h1>Ingeniería Industrial </h1>");
Juan
29 de Septiembre del 2003
Prueba esto:
document.write("<h1 sytle='color:#ff0000'>Ingeniería Industrial </h1>");