- First create a post grid ( 3 Column )
- Add our CSS
- Post grid
- Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //EXPLICANDO EM DETALHES O PROCESSAMENTO DO LAÇO ABAIXO | |
| O que acha que será impresso no laço abaixo? | |
| // INÍCIO | |
| // Variáveis | |
| $fat = 5; | |
| $resul = 1; | |
| // Laço |
OlderNewer