Category Archives: Tutorials

Basics of CSS: the box model

Tutorial to follow. For now: What you need to know from the lecture: Draw “invisible boxes” around your designs so you can begin to visu­alize how you’ll structure your code Make div elements in your HTML document for every box that you drew on your designs. (Be cognizant of where your opening and closing tags are if you …
Read more »

Also posted in Interactive Tools | Leave a comment

Fundamentals of HTML Syntax

The purpose of this article is under­standing the funda­mental syntax of HTML. We’ll explore HTML elements, names, attributes and their values so you can under­stand the basics of HTML when you look at it.

Also posted in Interactive Tools | Leave a comment

What exactly is a website? An HTML and CSS overview

If you’re just getting into the world of web design, there are a few funda­mental concepts that you’ll really need to under­stand before you even move into writing your first line of code. Learn more in this post.

Also posted in Interactive Tools | Tagged , | Leave a comment

Interactive Tools Introduction: Hello World

Intro to the Inter­active Tools class—if you’re following along and not in the physical class, this is a good one to read. Also: “Hello World” and basic HTML file structure.

Also posted in Interactive Tools | 1 Comment