Questions tagged as 'html5'

3
answers

Tag a href without changing location bar [closed]

I use the bootstrap to create applications for the web and I have come to realize that in many examples, they use the <a href> buttons as in this link . I wanted to know how I can work in the same way without having to change the l...
asked by 13.01.2015 / 16:22
1
answer

Put a value in front of another HTML tag using span

I want to make my resume and put it on git pages, and in the part of personal data, I put for example: Habilitação: B Estado Civil: Casado I came up with a solution that did not please me very much, so please help me find a better one. H...
asked by 14.11.2018 / 22:46
1
answer

Assigning the radio button through the div

I need to do a simple questionnaire and multiple choice answers, in this case I chose the radio button ... In my PHP I'm getting the posts and I'm already doing the verification of responses with if . My problem is, in the layout there...
asked by 06.03.2018 / 05:15
1
answer

I can not put menu above the text

function toggleSidebar(ref) { ref.classList.toggle('active'); document.getElementById('sidebar').classList.toggle('active'); } #sidebar { position:absolute; top:0px; right:0px; width:600px; height:100vh; b...
asked by 21.05.2018 / 20:33
2
answers

Insert in the value of an input type="date" the date returned from the Select of the database

I'm getting a date from the database and displaying it in a input field in HTML. However, for the client to be able to edit as a date, I need it to be in an input type="date". However, there seems to be some HTML5 restriction on this type of...
asked by 09.05.2018 / 01:11
2
answers

Release access to a page with defined time [closed]

Hello. I'm new to site creation and need help with the following situation: One customer requested the following situation: On the "Main Clients" page there should be a way to release temporary access for anyone who wants to see the portfolio co...
asked by 01.02.2018 / 01:46
2
answers

Retrieve label value from a select HTML

I have the following select: <span class="IWLABEL11CSS" id="IWLABEL7">Órgão: </span> <select name="Distrito" size="1" width="180" class="COMBODISTCSS" id="COMBOFAB" tabindex="1"> <option value="01">Gabinete do Prefe...
asked by 27.12.2017 / 15:18
2
answers

Hover in line and table column

I would like to move the mouse over a table cell to the column and its cell line to change the background only to the cell. Here is an example of how this and how I want it to stay: <!DOCTYPE html> <html> <head> </h...
asked by 01.12.2017 / 16:50
2
answers

List and add selected items

I need to list the value in (R $) of the inputs and select the html, as if it were a shopping cart, however I need this list and total value to be presented in real time to the user to be sent the list by and -mail ... Could anyone help me?...
asked by 26.04.2018 / 15:50
2
answers

Get value from an attribute within an input of a table column

I have a table and this table has a column that has an input of type checkbox. In this input I created an attribute. How do I go through this column and retrieve the value of the attribute? <html> <head> <title>BVeícu...
asked by 13.06.2018 / 13:50