Questions tagged as 'html'

2
answers

What is the difference between making a script and calling one?

In a few words I want to know what the difference is, PROS and / or CONTRAS to have a script full of funciones , or to call a file .js that contains all the functions. So far I have not had problems creating files ....
asked by 20.09.2017 / 17:23
3
answers

is there any difference between p and paragraph without this element?

If I create for example a <div> and within the tags I place "the text of lorum" would be the same as placing a <p> within the <div> with the same text?    Lorem ipsum pain sit amet, consectetur adipiscin...
asked by 28.11.2017 / 02:10
3
answers

How to remove spaces between div with css or Jquery?

I have been trying to remove the space that forms between the rows of the tables. This is what I have tried. I just tried to put border: 1 px solid black and still does not take the form I would like. I want the grid to be left without that d...
asked by 27.04.2018 / 16:53
3
answers

Overlay opacity html css

I am developing a web page where I want to put a background image with an opacity of 0.3 and that the letters above do not suffer from opacity. The letters would be nested inside the div of the image. I do not know how to do it or if you can, wh...
asked by 28.07.2017 / 10:34
1
answer

Apply CSS styles to Light DOM (shadow DOM) in custom element HTML5

I have read all the documentation about web components and according to the standards it is not possible to apply isolated CSS styles (shadow) to the elements that the user introduces within a custom element (light DOM), that is, the content tha...
asked by 04.11.2017 / 10:38
2
answers

How do I remove the scrollbar to the body?

I'm looking for how to remove scrollbar to body to assign this other scrollbar that you can see if you execute it but this should include the same scroll functions (function($) { $(window).load(function() {...
asked by 14.01.2018 / 03:55
4
answers

How do I insert a source in Css?

I was watching an html course and I followed what the teacher was saying at the end of the letter but I can not use an external source. According to the video, it should be done like this: @font-face { font-family: 'MiFuente'; src: url("fu...
asked by 25.09.2017 / 15:44
2
answers

How can I disable the points '.' and commas ',' in a text entry?

Greetings, I need a text entry (text input) like: <input type="text" id="txtNombre" name="txtNombre" value="" placeholder="Ej: Juan" required="" /> Do not let me put '. ' and ', '     
asked by 22.12.2017 / 04:49
2
answers

Problem with Container-fluid of bootstrap 4 with images

When I place an image inside a <div class="container-fluid"> the image always comes up with a small margin on the left, if it is assumed that the container-fluid does not contain margins. The only way I can not show up is by not pla...
asked by 16.03.2018 / 04:54
3
answers

Create border of different palette or rainbow colors

I would like to know how I could create a border top of different colors. Place the reference image below.     
asked by 22.11.2016 / 17:56