*HTML and CSS are two languages that work together to create everything that we see when we look at something on internet.
HTML is the raw data that a web is built out of. All the text, links, cards, lists and buttons are created in HTML.
*CSS is used to add styles to those plain elements, give it color, change the font and make it look great.
They are not a programming languages because they are only concerned with presenting information.
Let's take a simple look of differences b/w HTML,CSS and JAVASCRIPT.
~HTML(Hypertext Markup Language): 1. a language that determine,how documents and web pages
are displayed.
2.controls the layout of the content.
3.provides structure for web page design.
4.the fundamental building block of any web page.
~CSS(cascading style sheet): 1.a popular style sheet language
that determines how document
created in html is styled.
2.it adds color, fonts, style to the
webpage.
~JAVASCRIPT: 1. allows us change CSS and HTML elements on our
website.
2. adds interactivity to a webpage.
3. handles complex functions and features.
thank you...........
Top comments (0)