Different ways to bring CSS to Html(lt.12)
There are three different ways to bring css to html:
Inline css.
Internal css.
External css.
Inline css :
Inline CSS is written inside body section. By using it we can apply css to one element only.
Inline css has the highest priority over all o...
gopalkdwivedi.hashnode.dev4 min read
Anonymous
π