Questions tagged as 'html'

2
answers

Get PHP variable and display in input

Good afternoon, everyone. I want to get the value of the cpf variable, after it is treated, and display it inside an input. practicando.php <fieldset style="width:50%; margin: 0px auto; "> <legend>Colocando PONTO no...
asked by 06.09.2017 / 19:17
1
answer

Is it possible to create a site without a markup language?

Is it possible to create a website without any markup language, programming only, for example JavaScript? In general terms, how?     
asked by 20.09.2017 / 13:51
1
answer

Refresh page when user is away and there are no videos on page

I need to refresh the page of my site when the user is inactive for 15 minutes and when there are no videos embedded in it. If the user is left inactive on a site page for 15 minutes, the page should be updated, but can not update if the page...
asked by 12.09.2017 / 18:28
1
answer

Having the layout ready facilitates development with MVC?

I'm learning how to program and study dozens of things at once because programming is my job. What I would like to know is about MVC. I figured that in relation to MVC, the view V should have its HTML ready right at the start of the projec...
asked by 11.10.2015 / 17:25
1
answer

What's new between HTML5.2 and HTML5?

According to Wikipedia in the HTML topic , you can see the following HTML version table and their respective years: Enteringthe HTML5 topic on the same site, just says:    This new version brings with it important changes in the role of...
asked by 09.12.2018 / 07:50
1
answer

How to retrieve user name logged in and display in View

I am trying to develop a page, where the user is logged in, he is redirected to an index, where he would like to display the user name. I'm using Identity default of ASP.NET MVC . Then I thought about putting the following cod...
asked by 09.11.2016 / 14:10
3
answers

How to download file without backend [duplicate]

I want to force a file to be downloaded and I'm trying both ways. downloading on the same page: var docLocation = window.location.href + 'docs/apresentacao.pdf'; var iframe = $('<iframe src="' + docLocation + '" class="hidden">...
asked by 24.01.2017 / 17:32
1
answer

Text with background-color and transparent color

I need to apply a color: transparent to an element that has background-color: #fff . I've tried to apply a opacity: 0 but it applies to the element all of that, even in the background. My current html: <strong>mat...
asked by 14.11.2017 / 19:45
1
answer

Concatenation different?

I'm starting to have a short time and I have to register only because I want the information entered by the user such as name, email and age to appear through an "alert" after he clicks the " Accept ". My HTML and Javascript files are already...
asked by 14.01.2017 / 23:30
1
answer

How to add an external source in an SVG?

I have a logo that I made in SVG , in file .svg external, which uses a text with the name of the company, whose source is Open Sans Light . On my machine it works normally, due to the fact that I have the font installed....
asked by 22.11.2017 / 13:38