+ 1
How i use html css in one programm ¿
i m confused with that question will u help me please
3 odpowiedzi
+ 5
@Gami, it should be
<style>
/* CSS here */
</style>
<script> is for javascript
+ 7
You can add this whereever in the HTML file
<style>
/* CSS here */
</style>
+ 5
Oh yeah, my bad... Edited *_*