How do you define an inline style?

Questions by niyo_niyo

Showing Answers 1 - 12 of 12 Answers

Janhavi

  • Apr 3rd, 2007
 

Inline styles are styles that are written directly in the tag on the document. Inline styles affect only the tag they are applied to.

e.g.
<a href="" style="text-decoration: none;">

krbhupinder

  • May 23rd, 2011
 

we can define inline style as given below:

for example u want to giv style to some division:
u can give style like ths:
<div id="name" style:'height:100px;width:200px;'></div>
and so on other attributes can be defined here

  Was this answer useful?  Yes

abc

  • Sep 12th, 2011
 

inline style start & end using php/html tag

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions