Questions tagged as 'html'

1
answer

How to send Parameter to Web Services and get results in XML

$client = new SoapClient("http://www.webservicex.net/airport.asmx?WSDL"); $result = $client->GetAirportInformationByCountry(array('Country' => $Country)); $xml = $result->GetAirportInformationByCountryResult;...
asked by 23.03.2017 / 20:12
2
answers

Doubt with a multiple select [closed]

I'm consulting because I have a question, because they can help me with information (afterwards I fix it) ... I want to put in a form, a select, that as the user goes choosing items, they will be shown as "labels" in the header of the select ......
asked by 08.06.2017 / 13:26
1
answer

Insert line break and that element can not be selected in a select

Hi, I'm making a list of items in a <select> and I want to split the options. For this I want to show different 'categories' as a title (which could not be selected). The problem is that I already tried the conventional to give h...
asked by 22.06.2017 / 04:29
2
answers

Is it correct to make a webpage without Javascript? [closed]

I am creating a web page, the first, and I am trying to avoid JavaScript. But I do not know to what extent that is good for the page itself. Parts that could have been made with java I have managed, with the help of tutorials to do it with CSS,...
asked by 25.09.2018 / 09:18
1
answer

Panel with the icon on the left bootstrap

friends a query, how can I make a panel like the following? with the icon on the left side?     
asked by 19.09.2018 / 15:10
3
answers

Call number by clicking on a p

I have a question, and it's like doing so that when you click on a phone number, make a href="tel: ######" But I need you to call the number that I bring with php from the database <p><?php echo $row['telefono']; ?></p&...
asked by 03.01.2018 / 18:21
1
answer

HTML Currency Converter

Good day everyone, I need help with a simple currency converter, which can convert from dollar to euros and vice versa, something like that link     
asked by 28.06.2018 / 20:53
1
answer

How can I make a website look better? [closed]

I'm starting to create a website looking at different examples, but it does not look very good. The example I saw was made up of a central part with two lateral parts where links to other sites can be placed. What am I doing wrong, I wanted to u...
asked by 22.12.2017 / 00:23
2
answers

@ font-face without css?

I'm trying to edit a form for acuity scheduling with html and I want to add my own sources but the problem is that it does not let me add external css it is possible to do it with the style parameter and the same thing happens in roundcub...
asked by 21.02.2018 / 12:01
1
answer

Operations in php [closed]

This is the HTML code <DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <script type="text/javascript" src="funciones4.js"><...
asked by 25.04.2018 / 02:17