HTML/CSS/JS - Intro Session 2
25 Aug 2015This week we will continue covering the basic concepts of HTML, CSS and JavaScript.
We will introduce new HTML tags and CSS properties, before touching on some JavaScript as well.
This is where we left off our HTML and CSS files:
index.html
style.css
Some more CSS properties
Here are some more CSS properties we can use to further style our solitary paragraph.
Two more HTML elements: Drop-downs & Buttons
Drop-downs, also known as combo-boxes or select boxes, give the user a predefined set of choices.
Buttons are another common element on web pages.
There are many, many more HTML element tags and CSS properties, each with their own attributes and settings respectively.
Some other, very commonly used HTML elements include:
- a
- ul , li
- input
- div
- h1 through h6
- img
- table
These resource links are provided for your perusal: