HTML/CSS Workshop. 1 – Cheat Sheet

CSS, HTML, Programming, Workshop
Screen Shot 2014-10-23 at 11.27.56

Screenshot of what we went through in our workshop

In our first HTMl/ CSS workshop we went through some of the basics. Here is a list of things we learnt which will be beneficial when arriving to the second workshop.

<html></html> States that it’s a HTML document

<head></head> Keeps the information that isn’t displayed on the webpage itself

<body></body> Visible portion of the document

<title></title> Found in the head tags. What the document is called

<img src=”name”/> Adds an image. Self closing

<img class=”img-responsive/> Makes the image and document ‘responsive’ (Adjusts to screen size)

<div></div> Defines a section in a HTML document

PROPER FORMATTING!!!!