+ 1
how to insert css in to html code for style sheet to make a goog web page
html css java in one page of a sheet
3 Answers
+ 1
đ€ mm you are looking for the element "style" .
E.g.
...
<html
<head>
<style>
Use css đ
</style>
</head>
...
</html>
0
thanks bro