+ 1
How combine CSS & HTML to Form Login Attribute?
To design web https://www.sololearn.com/discuss/1316935/?ref=app https://www.sololearn.com/discuss/1741430/?ref=app https://www.sololearn.com/discuss/1741943/?ref=app
2 Réponses
+ 5
To insert css in html, there are 3 ways.
First, you can use <style> tag.
Second, you can use inline css using style attribute.
Third, you can save a file with .css extension and then u can link it to your html file using <link> tag.
0
Thank you information to yours