Questions tagged as 'html5'

1
answer

Nest Classes and CSS tags

I'm developing a website, Administrative side, I already set up MasterPage and now defining the layout of the child pages, where I came across a problem, which I need help with. Here is the code that interests the child page: <asp:Content I...
asked by 22.06.2017 / 20:32
1
answer

Problems with static page encoding

I have an html file sent from a Node.js server that can be accessed here that is having problems with the accent . They were working normally, however, after a minor update, he had this problem. When I open it with localhost, it works, but...
asked by 07.06.2017 / 22:10
1
answer

Names Sequencing

I'm trying to set up a javascript that sequentially writes a phrase within my div, and after a few seconds it replaces the text with another pre-programmed one, I already tried to do with for, timer and still can not, instead of waiting the firs...
asked by 31.05.2017 / 03:49
2
answers

HTML button as selection for questions

The user will access an HTML screen where they will have some questions and each question will have 3 or 4 answer options in the button format. When he clicks the button, the button changes color. In blue, it turns red. And so on, at the end...
asked by 14.06.2017 / 21:42
1
answer

How to create a table with HTML and CSS? [closed]

Hello. How do I create a responsive table in html and css using < ul > or < table > this way:     
asked by 29.05.2017 / 22:02
1
answer

How to leave one page transparent over another? with php [closed]

I'd like you to help me get a transparent screen over another ... like, when he clicks the button this new screen will appear and leave the background transparent but still with the other page below .. how do I do that? ?     
asked by 07.07.2017 / 20:32
1
answer

DASHBOARD - Can you export to the Browser ?! (Any language for the web) [closed]

How do I import this DASHBOARD made in VBA in EXCEL, to run in browser? In HTML, CSS, JAVAscript, php ... Anyway, I just want it to run in the browser.     
asked by 09.06.2017 / 16:12
1
answer

Get data from a textarea and populate HTML table

Good afternoon, I'm breaking my heart to solve this, could anyone help? I have a textarea in which the user will paste the data from an excel spreadsheet, the data comes in as follows: 10 | produto1 | 1 | 3 20 | prodto2 | 2 | 4...
asked by 04.05.2017 / 22:36
1
answer

restrict options to the fields type="date" and type="time"

I'm doing a scheduling form. The company is not 24h and does not work every day of the week. In this case, I need to restrict the options according to the company calendar. I thought of validating with js, but this will be anti-functional, one...
asked by 04.06.2017 / 17:24
1
answer

create div at runtime

I have the following html: <div> <h3>Use font awesome icons</h3> <div id="lobipanel-font-awesome" class="panel panel-info"> <div class="panel-heading"> <div class="panel-title">...
asked by 13.05.2017 / 01:01