Difference between revisions of "6CS028 Workshop - front-end frameworks"

From mi-linux
Jump to navigationJump to search
Line 1: Line 1:
[[Main Page]] >> [[6CC001|Advanced Web Technologies]] >> [[6CC001 - Workbook|Workbook]] >> Week 04 - HTML forms
+
[[Main Page]] >> [[6CS028|Advanced Web Development]] >> [[6CS028 - Workbook|Workbook]] >> Week 04 - front-end frameworks
  
Simply work through this tutorial:
+
Teach yourself Bootstrap:
* [http://24ways.org/2009/have-a-field-day-with-html5-forms/ Have a Field Day with HTML5 Forms]
+
* [https://getbootstrap.com/docs/5.1/getting-started/introduction/ Introduction]
 
+
* [https://getbootstrap.com/docs/5.1/layout/grid/ Grid system]
It is a good introduction to HTML5 forms and also allows you to revise your CSS a bit :)
+
* [https://getbootstrap.com/docs/5.1/components/ Have a look at some components]

Revision as of 15:18, 18 January 2022

Main Page >> Advanced Web Development >> Workbook >> Week 04 - front-end frameworks

Teach yourself Bootstrap: