0
I am totally new to php. I don't know html. What does <p></p> do?
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.
+ 3
you better start to teach yourself on soloL html, first!
+ 2
p = paragraph
+ 2
Create a paragraph in html:
<p>some text</p>
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.