html

Background-image doesn't work

Hello! The background-image property does not work in the css file. The file is located in the css folder. css/style.css bod ... t; </head> <body> </body> </html> Can you tell me why it doesn't work if I place in in the css file?

Where to get svg, png icons and how to use them for different screen resolutions?

I can't find the icon in svg, so I decide to add it using a regular png. I want to make everything look good regardless of th ... look for the 2x, 3x versions of images? Does the designer add them to the layout himself? Or are you looking for it yourself?

Download link файла.txt I. pdf

How do I make it download and not open in the browser?

Frame around the text with the title

How to make a frame around <p> with a header of the type <legend>, I know that they are intended for different pu ... w to make this type: This is done using h2 with a white background that covers the line, as well as p and a border around it

How do I clear a file of HTML tags and output only text?

You need to clear the file of HTML tags and display the "clean" text. I can output all HTML codes from the text, but I don't ... trip() line = line.decode('utf-8') urls = ''.join(re.findall(r'<[^>]+>', line)) print(urls)

The " Up " button using CSS

Show an example of the "Up" button that appears when the page is scrolled down, and clicking on it should return the user to the top of the page. Preferably, using CSS.

How to make sure that when you click a button, a random text (element) is taken from the array and displayed on the site. Html/Css/Js

I'm a beginner, I've been learning html/css/js for about 1 month. I have such a problem. I need that when you click on the bu ... ase"> Место отображения текста (чуть выше) </span> </div> </body> </html>

SVG Why CSS animation stroke-dashoffset doesn't work

Tell me why the animation of the "growing line" stroke-dashoffset does not work ? .box_success__img { width: 60px; } ... </clipPath> </defs> </svg>

How to set margin: 0 auto; position absolute

How to set margin: 0px auto; position: absolute; The problem is that the element in the center does not become

Hide\show div

I have the nth number of such elements on the page: <div class="main"> <a class="text">Любой текст</a> < ... pt and slightly adjusted, but the problem is that it opens the buttons of all elements. How do I change it? Link to JSFiddle

Image preview when loading in input type= " file"

I try to make a preview of the image when loading in input type="file" On stackoverflow there are examples of solving this pr ... v> </div> </div> </fieldset> </form> Help me figure out what the reason is.

Selecting the select element using jQuery

I have this problem: There is a Select: <select id="make" name="make"> <option value="0"> ------------------ ... esult, please help me how to make the element with value='Mazda' visually selected, of course it should be selected for real.

How do I open the Yandex. Maps app when I click on a link in Android?

How do I make sure that when you click on the link in the browser, the Yandex.Maps app opens, with the navigation location (coordinates)?

When you click on a link to a php file, it is downloaded, and does not go to another page of the site

When you click on a link to a php file, it is downloaded, and does not go to another page of the site. There is such a code: ... ex.php , although in theory it should go to the main page of the site. Please tell me what I'm doing wrong and how to fix it?

How do I display an image without squares (transparent background)?

How can I display a picture that would not have squares of transparent background, as, for example, here?https://wapp-dev.s3.eu-north-1.amazonaws.com/1581588097410_audi.png

div elements in one line

How to arrange div elements in one line? .div1 { display: inline; } <div class="div1"> <img .... > &l ... ;div class="about"> image3 </div> </div> Then the div1 elements start again on a new line. what should I do?

Icon in the tab

I can't make an html5 icon in the tab that is usually displayed, it doesn't work like this: <link rel="shortcut icon" href="ico.png" type="image/x-icon">

Single line items

Tell me, plizz, I'm not very good at HTML, I need a tag like an attachment or a space (so that it is in one line) like this And then I have this looks like Thank you in advance!

Styling the drop-down list

There was a question about the styling of the list of option elements There is a drop-down list with 6 option elements inside ... "title_shops">Answer 6 content</p> </div> </div> </div> Https://jsfiddle.net/yvd6e5uc/1/

Replace special html characters with regular ones

I get the code from html (ex: a > b) and want to check it for correctness. The problem is that when I get innerHTML from ... s there any js method that converts special html - special. characters in the normal ones? I don't want to reinvent the wheel