Bootstrap 2

Ken Webb 2011-03-21T20:38:14Z

Bootstrap 2 is a minimalist environment that allows you to iteratively create any web application.

I will work through a number of experiments to test the concept. Each experiment starts with the Bootstrap 2 page. The following is the page source.

<?xml version="1.0" encoding="UTF-8"?>
<html>
 <head><title>Bootstrap 2</title></head>
 <body></body>
</html>

Bootstrap2 experiment 1

Bootstrap2 experiment 2

return to main page