Hi,
How can I put css styles in HTML tags instead of putting them in the <head> section ?
Example :
<img src="Image.jpg" style="padding: 5px" border="2">
I want all of my styles applied like this. Is it possible ?
I could not find any clue on the wiki (the example comes from the wiki).
How can I put css styles in HTML tags instead of putting them in the <head> section ?
Example :
<img src="Image.jpg" style="padding: 5px" border="2">
I want all of my styles applied like this. Is it possible ?
I could not find any clue on the wiki (the example comes from the wiki).
RE: css styles in HTML tags
You should always separate content and layout.
So put your styling into a seperate .css-file