Questions tagged as 'html'

1
answer

Convert Excel (.xls) to (.htm)?

I made a system for a school, where from the Excel file, where all school bulletins are stored, I export to .htm , where it generates some files with this extension and from there I can make the cut of the bulletins and comparing them with...
asked by 21.12.2016 / 15:57
1
answer

How to export an HTML / C # (Razor) page containing SVG elements for PDF?

I'm currently working with Highcharts, a javascript library that generates graphics. It has an export component, but only exports the graphic itself, I still need to assemble the PDF layout. For export it goes to the highcharts.com server whi...
asked by 24.01.2014 / 12:53
4
answers

Divs floats in a container with height auto

I'm having a problem structuring a layout with some divs side by side and when it does not fit any more, they go down. And the main container needs to increase according to how many boxes you have. More or less like this: ButIdonot...
asked by 03.04.2014 / 18:55
1
answer

Insert Whatsapp Share button in HTML pages [closed]

How do I insert a Share button in WhatsApp into HTML projects?     
asked by 22.06.2015 / 16:51
1
answer

What are the rules for building an HTML email?

I am about to build an HTML email, but I see that there are differences to an ordinary website page. I want the HTML email to have css and to appear both in desktop access and on tablet and mobile, and it should show some images in the body of t...
asked by 29.03.2016 / 17:42
1
answer

Is it correct to omit the "true" value of boolean attributes inserted in HTML elements?

When we insert boolean attributes into elements ( tag ) <html> we do not need to enter the true value, and its simple presence already confirms, by default, that this attribute is active. Example: <html lang="pt-BR" sp...
asked by 20.03.2016 / 15:57
1
answer

Validation of Form with JQuery

I'm a beginner in jQuery and I'm having a hard time doing a form validation with jQuery for the CRM of a church that is as follows : I have an HTML code that is part of a CRM that I'm developing. In this HTML I have a form with on...
asked by 16.08.2016 / 19:24
2
answers

How to check if the document marking is HTML5?

I'm creating a plugin and I need to know if the document is written in HTML5 or not. I thought of using document.doctype , but I'm not sure what to compare it with since it compares with '<!DOCTYPE html>' false, because it'...
asked by 19.08.2015 / 22:26
1
answer

Dropdown with right image

I'm using Bootstrap to make a bar at the top of the page, and I'm having a problem: What I need is to open the dropdown, have a list of options, and an image next to it that always has the same size as the list below. I achieved this by se...
asked by 18.09.2015 / 19:58
3
answers

Internationalize the content of Meta Tags HTML

Should we internalize the content of Meta Tags HTML as description and keywords ? Can the user find the site if they search for a keyword that matches the non-default language keyword?
asked by 11.11.2015 / 12:09