Questions tagged as 'html'

4
answers

How to get the first word of a string with jquery?

Ex: "First string word" I want to get the word "First"     
asked by 07.01.2017 / 17:34
5
answers

Difference between back-end and front-end? [duplicate]

Well, there's a home page that has 3 filters: (select) Property Type: House or Apartment (select) Business Type: Buy or Rent (input) City or neighborhood The person enters the 3 search parameters and clicks the "search" button. Next...
asked by 03.06.2016 / 20:05
1
answer

Condition for verifying null variables does not work

I'm developing an ASP (Classic) page and on this page I have this: <%if(textocontrato) = "NULL" Then%> <td >Texto Contrato</td> <td ><input type="text" name="textocontrato" value="<%=textocontrato%>" size=30 m...
asked by 19.06.2017 / 13:20
2
answers

Text on image [duplicate]

Hi, I'm new to this and I need to know how to make a text appear on the img by hovering a mouse over it for a school project, can anyone help me?     
asked by 12.08.2017 / 02:41
3
answers

How to put the value of a PHP variable inside an input?

How to put the value of a variable (already computed in PHP) within an input ? <form method="post" action="calculos.php"> <div id="circulantes"> <div class="ativocirculante" id="ativocirculante"> <h2>ATIVO...
asked by 02.10.2017 / 13:54
3
answers

Check if html form numeric field has a maximum of 6 numbers with PHP

I need to test if field is filled and if it is composed of up to 6 numbers using the PHP language     
asked by 07.05.2018 / 19:10
3
answers

Print html code

How to print html code? Example: <div id="css"><link rel="stylesheet" href="jquery.css.css"></div> It does not print the link tag, it links to another css, I want to write that tag pro user read ...     
asked by 16.04.2014 / 01:48
3
answers

Linking resources, such as CSS, within the structure of a site

I'm a beginner and I'm having trouble linking scripts, CSS, and images. I have the following structure in my site folders, just an example: - Pasta Raiz --cadastro --- cadastro.html --images --- icon.png --script...
asked by 24.06.2014 / 21:03
3
answers

Round Image Mask with CSS

original image I would like to know how to put the gray background and cut the outside of the player to stay just inside the circle.     
asked by 15.05.2017 / 23:24
5
answers

change the title of a Window confirm ()

I would like to know if I could somehow change the title of a window confirm() because I'm developing an app using phonegap and when I call this window it presents me the title with the name of my html file, can I modify this? if so how...
asked by 17.12.2015 / 18:00