+ 9
Web designing
How to make all p tags inside a div tag text-align : left ; using only inline CSS .Is it possible to do such a thing?
11 Answers
+ 8
Potato Squad
Only using inline CSS (in div tag)
+ 2
Yes
div p {
text-align:Â left;
}
+ 2
Terry Pointer (Artistic lover)
He said *only* inline css...
+ 1
oops ummm
+ 1
use the text-align :left . simple use class or I'd tag
+ 1
Ivan May Wow It has nothing to do with the question
0
please . not goin to work
0
bagaimana cara menggunakan html
0
use text-align left the inherit for the rest
0
bro you can use div and call it in css
like that:-
html page
<div id=âtestâ>
css page
#test{
}
or you can do that without div also
like that
p{
}
hope you like it
- 2
HTML is one of the best languages for web designers