View on GitHub

reading-notes

Reading notes for Codefellows Coding

HTML Lessons Learned

HTML stands for Hyper Text Markup Language. It adds data/content to a website. While I can work using the same console and tools such as VS Code for both Git and HTML, these are two different things. HTML has lots of brackets to organize and categorize the data.

Always use index.html to create your main page!

Do not use Github to create anything other than repositories!

Before Starting to Create an HTML Website:

The Language:

Layout:

Use the wireframe that I’ve created and add the code to make it happen! To suscessfully create a layout I should use dividers “div”.

placeholder websites are very useful if I’m not sure about what image to use at the moment.

CSS Layout Pt 2

Fixed vs Liquid Layouts

Fixed width layout

These do not change size as the user increases or decreases the size of their browser window.

Liquid Layout

Liquid layout designs stretch and contract as the user increases or decreases the size of their browser.