What's a framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What's a framework?

I often see "framework" in the Discuss Tab, but I have no clue of what that is, how they are implemented with HTML, CSS and that stuff

25th Dec 2016, 4:11 AM
IgorSM
IgorSM - avatar
8 Answers
+ 5
No! Html/Css classes are not frameworks... And div ( I don't know what you are talking about -- I think html element <div> ) no more. However, we can talk of CSS framework, for a kind of library of css ( wich is just one css file ) and permits improvments in designing. Anyway, this is a tiny part of the frameworks world ^^ Frameworks are kind or libraries, or plugin, for improving work in a domain. As css, we have js frameworks, like JQuery, Prototype, and so on... They add to languages ( in this case JS ) built-in functionalities a set of tools, utilitaries... who improves workflow at various level. It would be too much long and less clear if I attempt to give more explanation, so: https://en.m.wikipedia.org/wiki/Software_framework :P
25th Dec 2016, 4:42 AM
visph
visph - avatar
+ 3
@Obro Ahmed: You just talk about css "framework" ( like Bootstrap ), but it's so reducer: this is widely most than just that ^^ @IgorSM: Go to reading the wikipedia articles ;) https://en.m.wikipedia.org/wiki/Software_framework
25th Dec 2016, 4:25 AM
visph
visph - avatar
+ 1
So Classes and div's (I dont know the correct name for it) are frameworks?
25th Dec 2016, 4:28 AM
IgorSM
IgorSM - avatar
+ 1
I will. Thank you
25th Dec 2016, 4:54 AM
IgorSM
IgorSM - avatar
0
These are just pre made things..... let me show u an example. ClassName { color: red; font-family: Arial; font-size: 16px; } then you just use the class to make ur html look good. the framework is just already meaded "ClassName" and you just have to use that thing. Everything is pre built. 😉
25th Dec 2016, 4:19 AM
NabiL
NabiL - avatar
- 1
I just give an example..... ;)
25th Dec 2016, 5:12 AM
NabiL
NabiL - avatar
- 1
Yeah....framework is much more 😊
25th Dec 2016, 5:12 AM
NabiL
NabiL - avatar
- 3
sako
27th Dec 2016, 11:13 AM
sako kh
sako kh - avatar