• HN
  • TECHNO
  • Delevering
  • Advanced
  • Technologies
Please Wait...

Html&Css

Overview
CSS allows you to apply styles to HTML documents.
It describes how a webpage should look. It prescribes colors,
fonts, spacing, etc. In short, you can make your website
look however you want.

HTML uses tags and CSS uses rulesets. CSS styles are applied to the HTML element using selectors. CSS is easy to learn and understand, but it provides powerful control over the presentation of an HTML document.


HTML is the markup language that you surround content with, to tell browsers about headings, lists, tables, and more. CSS is the stylesheet language that you style the page with, to tell browsers to change the color, font, layout, and more.

HTML’s primary function is to define the structure of a document using a tagging system; allows web browsers to present web pages using a standardised language.

HN Techno
/ Inspiring with Students

Separating HTML and style elements improves accessibility, particularly for readers using page reader applications.

NEXT PROJECT
Javascript