i have seen a very basic tutorial video for html just for the basics, there are already so many things to remember.
What's the difference between html and css?
:?:
Printable View
i have seen a very basic tutorial video for html just for the basics, there are already so many things to remember.
What's the difference between html and css?
:?:
The basic difference between HTMAL and CSS is HTML is widely accepted web designing language.In HTML you can create websites and in CSS you can not create anything but you can modify elements in HTML though CSS is also web designing language.
oh. okay. so you mean, css cannot be used by itself? i mean there has to be an HTML to edit to use it?Quote:
Originally Posted by revvv1234
HTML stands for hypertext markup language where CSS stands for cascading style sheets. HTML is often used to create static sites whereas CSS is often used for styling and formatting structured content of web pages which includes graphics, scripting and so on.
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices. Along with graphics and scripting, HTML and CSS are the basis of using for Web design and Web Applications.