14 Jun 2020

web design basics

  • concepts
  • web
  • javascript
  • html
  • css
  • Javscript & HTML & CSS

  • HTML : provide the basic structure of sites CSS : control presentation, formatting, and layout Javscript : control the behavior of different elements
  • Javascript

    It is a logic-based programming language that can be used to provide interactive contents in response to user’s actions

    HTML

    HyperTextMarkup Language Markup Language which use stags to identify different types of content and the purposes they each serve to the webpage

    CSS

    Cascading Style Sheets It gives the style to HTML elements

    ####object-fit IMPORTANT : This can be only applied to <img>tag

  • fill : stretch the image to fit
  • contain : keep the ratio
  • cover : crop the image
  • scale-down : scale down to fit the size