+ 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 Antworten
+ 1
🤔 mm you are looking for the element "style" .
E.g.
...
<html
<head>
<style>
Use css 😉
</style>
</head>
...
</html>
0
thanks bro