- Genêro músical (elemento
<select>
com pelo menos 3<option>
s); - Música (elemento
<input type="text">
comdisplay: none
);
- Musical genre (element
<select
> with at least 3<option>
s); - Peace of music (element
<input type="text">
withdisplay: none
);
2) Exercício de fixação referente à aula de "formulários" no curso de Desenvolvimento de Software da Cubos Academy.
Consolidation exercise related to the classe on "forms" in the Software Development Course at Cubos Academy.
-
Após consulta ao Stack Overflow, pude colocar um efeito de neon nas bordas dos itens do formulário
-
After looking up a way to make my form items have a neon effect at Stack Overflow, I was able to implement it on my project
-
Os resultados de pesquisa de algumas músicas não eram os desejados, então experimentei colocar a url de vídeos do Youtube no atributo "value" dos elementos
<option>
e deu certo. -
Some search results were not what I wanted, so I tried including the Youtube videos url in the "value" atribute of the element
<option>
and it worked. -
Consegui usar o método
preventDefault()
adicionando um event listener para a tag form no JavaScript em vez de usar o atributorequired
na tagselect
do HTML. O objetivo era evitar que o usuário fosse direcionado para uma pesquisa do Google mesmo que não selecionasse um item de pesquisa.
*I managed to use the method preventDefault()
by adding an event listener to the tag form
on JavaScript instead of using the atribute required
in the tag select
on the HTML. The objective was to prevent the user from being directed to a Google search page even if they did not choose a search item from the list.
-
Um valor
"submit"
notype
de um input funciona como um<button>
; -
A value
"submit"
in the inputtype
works as a<button>
; -
O método
preventDefault()
; -
The method
preventDefault()
; -
Criar um triângulo no CSS;
-
To create a triangle with CSS;
- CSS
- HTML
- JavaScript
Foto | Nome | GitHub | Likedin | |
---|---|---|---|---|
Romulo Craveiro de Sousa Tartaruga | Romulo Craveiro | romulocraveiro@gmail.com |