Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 739 Bytes

readme.md

File metadata and controls

44 lines (22 loc) · 739 Bytes

Front-end Coding: HTML and CSS

Introduction to HTML

  1. the Anatomy of an HTML element

  2. What are the elements in the HTML head

  3. HTML text fundamentals

  4. Document and website structure

  5. Absolute vs relative URLs

Multimedia and Embedding

  1. Images in HTML

  2. Add vector graphics to web page

  3. Responsive image

CSS First Steps

  1. CSS syntax (refer to https://www.w3schools.com/cssref/playdemo.asp?filename=playcss_accent-color)

  2. External vs internal stylesheets

  3. Selectors (refer to https://www.w3schools.com/cssref/trysel.asp)

  4. How does CSS work?

CSS Layout

  1. Normal flow

  2. display property

  3. floats

  4. flexbox (refer to https://coding.imweb.io/demo/flex/index.html)

  5. positioning