+ 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
8 Réponses
+ 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
+ 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
+ 1
So Classes and div's (I dont know the correct name for it) are frameworks?
+ 1
I will. Thank you
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. 😉
- 1
I just give an example..... ;)
- 1
Yeah....framework is much more 😊
- 3
sako