0

In notepad all HTML, CSS, javascript coding built in only one file it's able to write or not?

HTML, CSS, javascript this three coding write in only one file in notepad it's possible or not.

21st Apr 2020, 4:44 PM
GAJULA BALIJA MAHESH KUMAR
GAJULA BALIJA MAHESH KUMAR - avatar
3 Antworten
+ 3
Yes you can write css and JavaScript in one single file , it's called internal codes. https://www.sololearn.com/learn/CSS/1079/ https://www.sololearn.com/learn/JavaScript/1125/
21st Apr 2020, 5:08 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Yes it is possible, given you have put them in appropriate section. CSS within <style> </style> block, Javascript within <script> </script> block. But it is recommended for you to write CSS and Javascript into separate files, because it will be easier to maintain and update that way.
21st Apr 2020, 5:09 PM
Ipang
+ 1
😊 tq brothers
21st Apr 2020, 5:28 PM
GAJULA BALIJA MAHESH KUMAR
GAJULA BALIJA MAHESH KUMAR - avatar