html

Configuring the PUG Template Engine

Such a question, is it possible to somehow configure PUG so that it would format the code at the output not in one large line ... роительство домов и коттеджа"/><span>Строительство домов и коттеджа</span></a></div> </div>

Form with a drop-down list using input and select on Vue

Help us implement a search with a pop-up list of objects. How can I combine the <input type='text'> functionality with ... r requests to the server for simplification, I will deal with these points when I debug the form. Thank you for your answers.

How to block the download of images on the site

Good day to all! Tell me how to make it so that you can not download images from the site, that is, when you click on the image with the right button, you can not do - "Save the image as.."

CSS: hover event for: - webkit-scrollbar element?

Is it possible to use CSS methods to make a hover event for::-webkit-scrollbar element? Or should this behavior be described using flags and determining the mouse position?

Bootstrap layout preview with images

You need to make a small preview of 6 images on bootstrap 4, so that the height of the first and last image occupies two bloc ... <img src="1.png" class="rounded"/> </div> </div> </div> </div>

Isolated HTML container

Is it possible to create a div block without a frame, in which you can put html code with unknown style tags that will only w ... he email, but it does not work on the entire page? If this is possible, how do I do it? What is the best way to implement it?

Modal window, multiple images

There are, say, three pictures. It is necessary that when you click on the image, a modal window opens, where it will be like ... lass="close">X</div> </div> </body> <script src="app.js"></script> </html>

Adaptive HTML/CSS layout

body { background: orange; margin: 0; margin-top: -140px; width: 100%; height: 1109px; } #container { ... gled a lot of things, but I didn't understand how to fix it. How do I fix this? (Without changing the position of the blocks)

How to use HTML tags in CSS (content)

Hello, I would like to know how to use HTML tags in the CSS (content) field. Here is the code .hello { position: absolute ... 0000; } .timer:after { content: "<span id="Hello" class="Hello">Привет</span>"; content: "Бла бла бла : "; }

Html radiobutton: several pieces

I have 6 radiobutons in one form. How to divide them so that when you select, you can select 2 radio buds. Throw every 3 radio buds into different shapes? Just like that?

JavaScript code doesn't work with django

JavaScript code doesn't work if you connect it to HTML that works in django. If you just enable HTML, then everything is OK, ... "/media/js/actions.js"></script> </head> alert('test'); How do I make it connect to the HTML file correctly?

The content of the radio button is not removed

There is a radio button with loaded content, everything works except for one thing - when you click Show content of category ... категории 3 <br /> <div id = 'cat3' style = 'display: none;'>Содержимое категории 3</div> </div>

Textarea newline translation

There is a problem, you need to move the string to textarea. Usually used for this purpose , but if you try to generate the c ... read as text. How best to get out of this situation? I attach the feed for clarity: http://jsfiddle.net/HappyCougar/nHhs9/1/

HTML, lists, bulleted list

How do I make square items round in a bulleted list? <h2>Экспорт и импорт Австралии</h2> <UL TYPE=" ... Новая Зеландия </LI> <LI TYPE ="square"> Китай </LI> </UL> </UL>

The Audio tag in Safari. Why doesn't the code work?

Could you please clarify why this code doesn't work in Safari: <audio controls="controls"> <source src="/catcher ... g. </audio> It seems that the desired codec is connected, but the music does not play. What's wrong, please tell me?

Automatically change the SVG color depending on the color of the image under the SVG

There is a logo, in svg. I need to change the color of the logo white or black depending on the dominant color under the lo ... iv> </body> </html> P.S. Maybe there are other ways to solve my problem? Thank you in advance.

How do I show only the desired part of the image? HTML/CSS

Wanted the picture to be half below the edge of the document, but it expands instead. What is the best way to do this? Maybe ... ; margin: 0 auto; top: 250%; transform: rotate(-180deg); } <img class="skull" src="img/skull.svg" alt="skull" />

Polygon and path (Svg patterns)

What is the difference between path and polygon? Which one of them is desirable to use in svg patterns. Example: < ... 80 20,20 0,0" stroke="orange" stroke-width="2" fill="gray" transform="translate(65,20)"/> </svg> </div>

How to connect a CSS font to SVG

In the first image, the font is not tightened In the second image, what should the logo itself look like with the font appli ... x(1.3218 0 -0.2588 0.9659 573.8547 2211.6697)" class="st6 st4 st7">F</text> </g> </g> </svg>

Show hidden text on hover

Tell me, please, there is a code. When you click on the button, the text is copied, how to make the hidden text from data-cli ... 1,5 секунды window.setTimeout(function(){e.clearSelection();}, 1500); }); </script> </body> </html>