Web Development Course Curriculum
Our web development course teaches students the fundamentals of front-end web development and the fundamentals of HTML and CSS.
- Intro to Web Development.
- What is HTML & CSS?
- What are elements?
- How to make a webpage.
- How to edit a webpage.
- Intro to the heading tag.
- Intro to Divs and Spans.
- Intro to IDs and Classes.
- Intro to Google Fonts.
- Text formatting using CSS. (Bold, underline, italics, etc.)
- Intro to the image tag.
- Intro to image styles. (width, height, float)
- Wrapping Text around an image.
- Background images in CSS.
- Intro to hyperlinks.
- Intro to the “a” tag.
- Intro to the “:hover” pseudo-class.
- Styling links.
- Intro to lists.
- Intro to list elements (ol, ul, li).
- Intro to list-style-type CSS property.
- Intro to tables.
- Intro to table elements (tr, th, td).
- Rowspan and colspan attributes.
- Border-collapse property.
- Intro to user-input.
- Intro to the input tag.
- Input types.
- Intro to the button tag.
- Styling buttons.
- Intro to semantic tags.
- Intro to nav bars.
- Intro to external style sheets.