+ 1
What program do i need to merge html css js?
3 Answers
+ 5
to merge css
type all css code inside html like this
<style>
All css codes.
</style>
and for js
<script>
all js codes
</script>
that's it now you have everything in one.
+ 3
no program required.. just learn the html course here.. you will get to know in there
0
thanks sir