Posts by Gabriel_Morara • 17 points
2 posts
-
0
votes2
answers1544
viewsA: How to insert a LI into a UL with Javascript?
1º Put an id in ul <ul id="lista"> 2º Use the function below in some example event <button onclick="adicionar()">Adicionar linha</button> function adicionarLi() { var lista =…
-
-1
votes2
answers1918
viewsA: What is the best database for Python 3?
I would recommend Prostgresql, but Mysql is the most used in developing applications where speed is important (but this has changed with newer versions of Postgresql)while Postgresql stands out for…