This document provides an overview of a webinar that teaches absolute beginners how to build their own website. The webinar will use a free HTML5 Bootstrap template and customize it with images, text, and icons to create a responsive website that can be viewed on all devices. Attendees will learn basic HTML and CSS and how to host their finished website online for free using a Bitballoon account, but the webinar will not provide a full tutorial on building a site entirely from scratch or teaching the languages in depth.
1 of 7
Download to read offline
More Related Content
BUILD YOUR OWN WEBSITE
1. BUILD YOUR OWN WEBSITE For Absolute Beginners (Tech-Obsessed.com)
3. Requirements 1. Google Chrome Web Browser 2. Sublime Text 2 - Text Editor 3. Project Files 4. Free account at Bitballoon.com
4. What this webinar is: • Learn the basics of building a website • Start HTML5 Bootstrap Template (www.startbootstrap.com) • Website will be responsive (compatible on all devices) • Customize the template with images/text/icons etc • Get your website online for free!
5. What this webinar isn't • Not a full HTML/CSS tutorial • Not learning how to build from scratch
6. What is HTML? • Hypertext Markup Langauge • Browsers read HTML documents • Display text, images, links, etc.
7. What is CSS? • Cascading Style Sheets • Tells the browser HOW to display content • "Style" = colour, shape, sizes, layout etc. • Cascading? Means that the build on each other • The last rule always wins