A tutorial on creating a mobile-friendly multiple choice quiz in HTML5. Links are provided to source code and assets. A great project for budding web ...
Guia completo de comandos, exemplos práticos, novos recursos, passo a passoDescrição completa
Descrição completa
Full description
HTML5 y CSS3Description complète
HTML5 y CSS3Descripción completa
Descrição completa
Descripción: herramientas
Full description
Descripción completa
Creating a mobilefriendly multichoice quiz using HTML5 a tutorial from flashbynight.com
What you will learn:
how to build a simple multiple choice quiz as a web page basic techniques and technologies used in HTML5
Prerequisites:
basic knowledge or experience with HTML or Javascript will be helpful
Required time: 1 - 2 hours Info This will be a great project for anyone starting out in HTML5 who wants a simple and fun project to build. It’s a multiple choice quiz that we can put on a website! We can make it easy to extend and add questions to and we can even make sure it will work on a mobile mobil e phone. And if you just want wan t to grab the source code
without following the tutorial, then that’s fine, too. You can view a working example at http://flashbynight.com/tutes/mcqquiz/example/
and download the completed source files at http://www.flashbynight.com/tu http://www.flashbynight.com/tutes/mcqquiz/source. tes/mcqquiz/source.zip zip
An online version of this tutorial is available at: http://www.flashbynight.com/tutes/mcqquiz
Step 1 – 1 – Setting up the HTML document Although you could use Dreamweaver or similar software, to create an HTML document, you don’t need any special software ; you can simply use any text editor such as Textpad or Wordpad. Open your text editor and type:
This is the way that we begin all of our HTML5 documents. Now let’s fill out the rest of the document: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.