HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content.
Advantages
Low-barrier entry ,Complete UI,Grid System ,Maintenance,Stability.
Disadvantages
Unnecessary, Code Similarity,Additional Customization,Dependence.
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.
Advantages
Consistency,Improved website speed,Easy to maintain
Disadvantages
Come in different levels,Fragmentation,Lack of security
Differnce btw css and html
HTML and CSS are the core web scripting languages, the primary use of which is to create web pages and web application. The crucial difference between the two is that HTML is used for the creation of the webpages and CSS is used to control the styling and layout of web pages.
0 Comments