Summary 2

Back to Home

Summary 2


Stylin' with CSS Ch.1


Introducting a Topic

Before beginning a document, one should tell the html what type of document it is. This is done before beginning any coding. This allows for the rest of the document to fall in place.


Parent Tags

There is a sequence that certain tags should follow. Some tags such as lists have to have a parent tag and a child tag. The child tag goes in between the parent tag.


Images

Images are somewhat unique. Instead of the typical stack, they are side by side. Images have a url attatched to them.