Questions tagged as 'html'

2
answers

How to scale a div without changing the child elements?

How do I make the opacity and size of the content within the paragraphs not change when the transition occurs?! #quadrados{ padding-top: 2vw; overflow: hidden; width: 100%; height: 30.5vw; background:url(imgs/pared...
asked by 22.12.2017 / 21:11
1
answer

How can I apply HTML / CSS to a pure C program?

The programming club I'm attending has completed a program that functions as a stock controller and shows things that are available and things borrowed. It was done in pure C, so the display is quite archaic, It looks like this: | Control...
asked by 16.07.2017 / 00:10
2
answers

What index (php or html) loads when both are present?

I would like to know which index file loads in case you have an index.html and an index.php on the site. Let's say that I'm building a PHP site, but I need the server for tests and so on, so I make a simple HTML page and put it there ... So t...
asked by 23.01.2017 / 17:33
2
answers

Variable control with Javascript for html

I have an HTML code with JavaScript that when clicking on top; If x == 1 , it executes task A and variable arrow javascript x = 0 , otherwise it executes task B and variable arrow javascript x = 1 , however variab...
asked by 07.12.2015 / 13:25
4
answers

How to use Json in an html

What about people? I'm new here, could you help me ... is returning "NaN"! <!DOCTYPE html> <html> <body> <h1>Customers</h1> <div id="id01"></div> <script> var xmlhttp = new XMLHtt...
asked by 02.12.2015 / 14:28
2
answers

How to use fonts on my Site?

Hello, I've always used Google sources on my sites, but I came across a project that has fonts that do not exist in Google Fonts. Can I use an external source, whatever it is? It is like? (I apologize if there are any similar questions, but I di...
asked by 24.11.2015 / 13:39
3
answers

When we include a script or CSS file in the HTML document, does an HTTP request happen?

For example: <script src="file.js" > </script> or <link rel="stylesheet" href="style.css" > Doubt: When we do this, does request HTTP occur? Would it be more performative if I did not do this, and put e...
asked by 02.03.2017 / 02:24
1
answer

How does the process of rendering web pages by the browser work? [closed]

I know the DOM tree exists, but I do not know how rendering works. I know that learning this is important.     
asked by 05.03.2017 / 04:18
2
answers

How to know key values in Javascript?

I'm developing a basic game in Javascript , and the player has some actions, I've already implemented ActionListener , but I'm having difficulty finding key values to use in ActionListener . I was picking up the values of each...
asked by 22.02.2017 / 12:33
1
answer

Html.fromHtml obsolete for Android N +

In the Android 7.0 (API level 24) static method fromHtml() of the public class Html has become obsolete I do not know why, if they can tell me. Here's an example of how it was used: tv.setText(Html.fromHtml("<h3>Título</h3&...
asked by 28.03.2017 / 06:48