I need to put the css attributes inside my div tags. The css cannot be inside the <head> tags, and it cannot be called from a separate file. It needs to be inside the <body> tags with the <div> tags.
Can anyone show a example of how to accomplish this? The main things I need is - Div height, Div width, Font size, Font color, image source.
You cannot style a selector like a:hover with inline styling like you asked above for the <div>. But if you can edit in the <head> section of your code, then that is always preferable over inline, and you could do it there as Criterion has suggested...
Bookmarks