+ 1
Whats that css i dont know wat it is? how to use?
i newer to html i m nt in this field bt still intrested in it..bt i type in notepad and save it as .html only but here seperate block given by css in that only font style sizehad given bt where to type and insert it? please say
2 Respuestas
+ 8
In your html document, use a <style> tag to put inline css to your code. Otherwise, use an external stylesheet.
Syntax for inline styling :
<style>
...your css code...
</style>
These are covered in the CSS course already. Just take a look at it :]
+ 2
tq u so much Dayve