Please enable JavaScript to use CodeHS

Diseño y Desarrollo Web

Lesson 5.4 Estilizar elementos con Javascript

Description

En esta lección, los alumnos aprenden a aplicar estilos a elementos en HTML utilizando JavaScript y el Modelo de Objetos del Documento.


Objective

Students will be able to:

  • Utilize setAttribute appropriately to style elements in JavaScript
  • Distinguish between .attribute and setAttribute notation and determine the advantages and disadvantages of both