Questions tagged as 'html5'

1
answer

Hide information with javascript [DUVIDA] [closed]

I'm creating a simple HTML page and I split the page in two vertically, so In the part that is in blue would the logo and the info of the tool (I have not done yet). When I click the buttons it shows the information, and changing it as the...
asked by 04.11.2018 / 18:04
1
answer

How to delete full Html content?

I'm doing a chat using PHP, JavaScript, Ajax and HTML. I know this is not the best option, but I chose to create a log.html html file that stores all messages and is uploaded by my index.php PHP file. All messages are sent to the l...
asked by 27.09.2018 / 16:11
1
answer

How do I create "options" in Select from a worksheet? [closed]

I would like to know if it is possible to dynamically generate options in C # selection? For example, I have my selection: <select id="Selecao_itens" multiple="multiple" runat= server size="3" class="selection"> <option value=...
asked by 03.10.2018 / 15:00
1
answer

ERROR TypeError: Can not read property

I have to click a button on an html page and trigger a function in the component.ts called TestTest, however I'm getting an error message (error image) front image component.tsimport{Component,Input,Output,EventEmitter}from'@angular/cor...
asked by 28.09.2018 / 22:51
1
answer

How to add a logo to the HTML + CSS menu?

What is the correct way to add a logo or just the "name" of the site to the left side of the menu? * { margin: 0; padding: 0; } .menu { width: 100%; height: 50px; background-color: #1a1a1a; font-family: Roboto; box...
asked by 23.09.2018 / 04:21
1
answer

Problem sending HTML email in your body using PHP [duplicate]

The code works in parts, sends everything normal, fills in and the like, the only problem I'm having is in $ body, when email arrives in email, the HTML code is displayed and not how it should arrive PHP code from my contact_me.php <...
asked by 10.10.2018 / 19:38
1
answer

Page for each user created in the database

My question quickly explained: I have a database with 20 registered users. Each user's page layout is already defined. Each user can only change their name, put their photo in an already defined field and tell a little about themselves. As soon...
asked by 12.09.2018 / 00:56
1
answer

Place the checkbox label on the left of it [closed]

I'm trying to put the checkbox label on his left but I can not, could you help me? <label> <span>Text goes here</span> <input type="checkbox" class="checkbox style-2 " checked="checked"> </label>...
asked by 19.10.2018 / 23:22
1
answer

Select mobile navigation

I have a responsive site with INPUT's and SELECT's items, but by navigating Chrome Android, by the GO KEY key of the virtual keyboard, when I'm focused on an item, and the next navigation item is a type <select> it skips this item a...
asked by 10.09.2018 / 23:59
1
answer

How do I get the result of a JSON where the result is HTML and in Ionic's View render HTML?

I have a JSON where the contents of some fields are HTML, I would like to display the HTML in the view of Ionic already rendered. This is JSON: [{"data":"2018-09-05","categoria":"1","desafio":" \r\n Burp 20x1<\/li>\r\n Teste 30x4<\...
asked by 05.09.2018 / 19:05