Módulo 2 de HTML5MOOC

Type Excursion (Interactive Presentation)
Description Herramienta para probar el código javascript y los ejemplos de la módulo 2 del curso @HTML5MOOC de FirefoxOS
Tags
Author carlos
License Creative Commons Attribution-NonCommercial
Attribute to carlos (http://vishub.org/users/carlos-24)
With content from Enrique
Language Spanish
Created at October 19, 2014 14:51
Updated at October 21, 2022 14:48

A SCORM package is a collection of files which are packaged according to an agreed standard for learning objects. SCORM packages are zip files that can be integrated in any LMS (Learning Management System) that supports the standard (Moodle, Blackboard, …) and that can be used for presenting multimedia content and as assessment tools. Thus, you can integrate your Virtual Excursion in Moodle and other LMSs by downloading it as SCORM.

Eduardo
Eduardo
over 9 years ago

hola tengo problemas para subir el ejercicio p2p opcional del tema 2 css, siempre que le doy entregar tarea me dice que el fichero a subir tiene un error pero lo he revisado muchas veces y no le veo nada extraño ayudenme este es el codigo:
<!doctype html>

Herencia

h1 { color: purple; }
h1 { color: grey; }
#caja .cabecera h1 {
color: red;
}
#caja header h1 {
color: blue;
}
header h1 {
color: lime;
}



Cabecera: header



La puntuacion es 0,1,1,1 es decir 111


<!-- La puntuacion es 0,1,1,1 es decir 111-->