Questions tagged as 'html'

1
answer

My HTML does not recognize the CSS [duplicated]

I have this HTML and this CSS but when I update the browser, there is no change <style> #a { width: 100px; height: 100px; color: red; } </style> <html lang="es"> <head> &...
asked by 24.11.2017 / 11:35
4
answers

I do not get the color in html css

I have the following code fragment. I would like to change the color to <title> . <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mi primer CSS</title> <style> h1{ co...
asked by 13.11.2017 / 21:22
2
answers

The best way to trim a bootstrap input

I have a form with this label and imput to add the value <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbd...
asked by 21.03.2018 / 15:47
4
answers

How can I get the name of the machine (client) using Javascript?

Is there any way I can get the name of the machine (client) using Javascript?     
asked by 02.02.2016 / 21:55
5
answers

Pass an HTML element by parameter on onclick

I have an HTML, where when doing the event mouseover on a button, an input: text, and a p, these are hidden, and then when clicking on another p these are shown again, the problem is that the tag p I have it like this <p id="show...
asked by 20.09.2018 / 02:08
1
answer

Problem in redirecting using wodrpress

I have a problem using the following html code on my website made in wordpress <li><a href="www.twitter.com" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a> </li> What I think is doin...
asked by 21.12.2018 / 14:50
1
answer

Upload image to server and get your route

I explain the idea and then the situation in which I find myself.    The idea is to upload the image obtained through the html form by calling the php on the server, and then (or depending on how you look at it) obtain the path of the image p...
asked by 21.03.2016 / 15:27
3
answers

Underlined blue links is not removed [closed]

I have some links in html, but despite having the textdecoration : none sigue igual How do I remove it? .menu-elem { color: #75848B!important; float: left; text-align: center; width: 100px; height: 100%; padding-to...
asked by 28.02.2017 / 17:57
3
answers

Edit div container depending on the child

Is it possible to edit an element depending on the child it contains? <div> <section id="content-area">Soy el hijo de div</section> </div> div < #content-area{ border: solid 1px red; } When...
asked by 14.02.2018 / 16:30
2
answers

delete certain parts of a text text in javascript

let's say I have several divs that contain an example text <div> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel ante diam. Donec vitae magna metus. Curabitur at lorem non augue mollis molestie. Nam augue nisi, dignis...
asked by 20.10.2017 / 01:24