I am totally new to php. I don't know html. What does <p></p> do? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I am totally new to php. I don't know html. What does <p></p> do?

12th Aug 2017, 11:21 AM
Faheem Jafri
Faheem Jafri - avatar
5 Respostas
+ 4
<p> ~ open the paragraph </p> ~ close the paragraph Example.: <p> You can write a simple text. </p><p> And create a paragraph with this command </p> <p> The result is better saw in a browser. </p> RESULT: You can write a simple text. And create a paragraph with this command The result is better saw in a browser.
12th Aug 2017, 9:24 PM
ā–²TopGun ā–²
ā–²TopGun ā–² - avatar
+ 3
you better start to teach yourself on soloL html, first!
12th Aug 2017, 11:31 AM
BINIYAM AMSALU KIFLU
BINIYAM AMSALU KIFLU - avatar
+ 2
p = paragraph
12th Aug 2017, 11:27 AM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 2
Create a paragraph in html: <p>some text</p>
12th Aug 2017, 11:29 AM
Ī‘Ī·Ļ„ĪæĪ¹Ļ€e
Ī‘Ī·Ļ„ĪæĪ¹Ļ€e - avatar
0
to learn php and do algorithms you don't have to know html. So if you want to learn php, focus more on the backend, don't focus that much on html.
12th Aug 2017, 11:39 AM
Claudiu Stefan Haidu
Claudiu Stefan Haidu - avatar