Questions tagged as 'html'

2
answers

What HTML tag is the right one to place a date? [closed]

Is this okay? : <time>6 Sep 2017</time> Or could it be any other, for example a <p> <span> ? is that I want to consider semantics     
asked by 06.09.2017 / 20:56
1
answer

Pass nodejs variable (Express) to Javascript [closed]

Suppose I have a database in mongodb, in which I can store some information with .save () but now, I want to retrieve that information and pass it to the client, for which I use findOne () to acquire the desired data , that data I want to pass t...
asked by 21.12.2018 / 04:00
1
answer

Adapt .PHP file to .HTML to embed Javascript

<?php // Establecer conexión session_start(); require_once "conexion_root.php"; ?> <? // Ejecución de consulta SQL con INNER JOIN $sql = "SELECT * FROM equipos"; if($result = $db_conn-><?query($sql)){ if($res...
asked by 21.12.2017 / 20:27
1
answer

I can not align to the center or to the right the label th

I'm aligning a list, I've managed to align the center with the <td> , but the <th> are rebellious, I leave my code: <h1>Productos Disponibles</h1> <table style="width:90%" border="1"> <thead>...
asked by 01.07.2017 / 20:09
3
answers

Login form with php and html

I am developing a login form which contains a username and password (which already exist in the bd). The problem is that when I enter both fields I am shown the code validar.php. I have researched and as I see is localhost problem, I mean...
asked by 23.07.2017 / 15:13
1
answer

Visual Studio Code will not let me comment

Does anyone know why visual studio code will not let me comment on html? normally with sublime text I could comment quickly just by pressing: ctrl +] to what came out < ! - - > but in visual code I press the same keys because in the sho...
asked by 30.11.2018 / 01:21
1
answer

How to write paragraph within a limited space

I'm just learning html, I was sent to the university to make an html page which I never had before html so I have no other to learn alone, I searched for as much information as possible but I have to do it fast since I They gave only 7 days (add...
asked by 14.12.2018 / 03:08
1
answer

Add active class and change the color of the selected item in a menu

$(function() { // elementos de la lista var menues = $(".nav li"); // manejador de click sobre todos los elementos menues.click(function() { // eliminamos active de todos los elementos menues.removeClass("acti...
asked by 26.09.2017 / 18:03
1
answer

How to remove the black border of the pseudo element & :: - webkit-scrollbar-track?

I am customizing my scrollbar but for more than I try I have not managed to remove the edge of scrollbar-track, I have a black border that I do not want this, I do not know if it is an edge or a shadow, I just want it to disappear...
asked by 23.09.2017 / 02:53
1
answer

Show html page through index.php funcion.php

I explain myself because the title might be a bit long and I wanted to simplify it. I have a index.php page, it has a table, where in a tr , td ( height and width already established) has a include ('/funciones...
asked by 02.09.2016 / 16:47