Posts by Void • 145 points
3 posts
-
0
votes1
answer386
viewsQ: Recursiveness in PHP
Where does the return $num*fatorial($num-1); ? I put a echo before the condition and decreasing form displays 5 4 ... 1, I just can’t figure out where this goes return and how return $num will…
-
6
votes1
answer2618
viewsQ: How to use <address> tag, doubts?
It is correct to use the element <address> just for an email? For example: <address><a href="mailto:[email protected]">[email protected]</a></address> Examples I always…
-
8
votes2
answers217
viewsQ: Doubt Semantic Html5
What’s right for sidebar? <div> <aside></aside> <aside></aside> </div> <aside> <section></section> <section></section>…