+ 2
WebPage Text Font Style Input
Can You Say How To Put A Font Style In A WebPage Please
4 Answers
+ 1
There are 2 ways one is : <p style="font-family: arial;"> Hi! </p> other is : <style>p { font-family: arial; }</style><p>Hi!</p>
0
In HTML like this.
<p style = "font-style:italic;"> Hello </p>
or In CSS like this
p {
font-style: italic;
}
0
Thanks but I already learnt it yesterday 😀
0
Xd
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes