Posts by Daniel Dias • 49 points
7 posts
-
1
votes1
answer273
viewsQ: Bootstrap menu button color does not appear
The button works normally when pressing and on certain screens only it does not appear the color of it, htm: <head> <meta charset="UTF-8"> <meta name="viewport" content="width=,…
-
0
votes0
answers39
viewsQ: I’m not getting my final file expanded with Gulp-Sass
hello, I’m unable to leave my final . css file expanded, I’ve tried to put in outputStyle the word Expanded but the file remains compressed there goes the code where is all the Sass code. //Adiciona…
-
0
votes2
answers413
viewsQ: what other tag can be used to replace hgoup?
I am studying Html5 and learned that the hgroup tag is no longer being used.I wanted to know which other tag can be used to replace??
html5asked Daniel Dias 49 -
-1
votes1
answer157
viewsQ: String Arrays
In a "use java head" book exercise, it asks to declare 3 string arrays, but when I put the code in the ide it gives an error of incompatible string types to String[] someone knows why??? package…
-
0
votes1
answer177
viewsQ: Problem displaying results in java label
package cursoemvideo; /** * * @author DANIEL */ public class TelaCalculadora extends javax.swing.JFrame { /** * Creates new form TelaCalculadora */ public TelaCalculadora() { initComponents();…
-
0
votes1
answer133
viewsQ: I’m trying to show 1 up to 10 in visualg,but is giving error in 1 line where theoretically everything is right
Algoritmo "SUPER CONTADOR" // Var N1,cont : Inteiro Inicio repita escreval ("===================") escreval("| MENU |") escreval…
-
-1
votes1
answer3501
viewsQ: Which Java library returns the computer language?
package horadosistema; import java.util.Date; public class HoraDoSistema { public static void main(String[] args) { Date relogio = new Date(); …
javaasked Daniel Dias 49