Questions tagged as 'html5'

4
answers

Start with Bootstrap [closed]

I am starting in the creation of web pages and my question is: What is the minimum installation needed to start using Bootstrap and create responsive websites? I have heard that it can be used without installing the framework, is this true...
asked by 16.12.2015 / 19:50
3
answers

Can LaTex be used in HTML5? [closed]

You need to add equations to a code of HTML5 , for example: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <h1>El teorema de Pitágoras</h1>...
asked by 18.06.2016 / 21:09
1
answer

My HTML does not recognize the CSS [duplicated]

I have this HTML and this CSS but when I update the browser, there is no change <style> #a { width: 100px; height: 100px; color: red; } </style> <html lang="es"> <head> &...
asked by 24.11.2017 / 11:35
5
answers

Pass an HTML element by parameter on onclick

I have an HTML, where when doing the event mouseover on a button, an input: text, and a p, these are hidden, and then when clicking on another p these are shown again, the problem is that the tag p I have it like this <p id="show...
asked by 20.09.2018 / 02:08
1
answer

Problem in redirecting using wodrpress

I have a problem using the following html code on my website made in wordpress <li><a href="www.twitter.com" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a> </li> What I think is doin...
asked by 21.12.2018 / 14:50
1
answer

Convert an html to pdf [closed]

At the moment I develop a app web where I have to generate a pdf from the information that is in a form of Html , the question is that this form would be hidden, at the moment I searched information but php is used whi...
asked by 22.06.2017 / 03:48
1
answer

How to apply an event to an array of canvas objects?

I have to make a diagram in HTML5 canvas and for them I make arrangements of rectangles with strokeRect. However, these elements must have events and detect when they are clicked and change color, can someone give me a clue on how I can apply an...
asked by 07.07.2017 / 19:33
2
answers

Write html with Javascript

I have a web page, which I want when I click on a button to activate an html code (I mean more buttons) to make a menu. How can I do that? I have this, but when I click the button, it deletes the whole page and puts only the button that I activa...
asked by 04.10.2018 / 15:20
4
answers

HTML elements are cut

I'm doing a main page of a project. With full resolution its elements look good (logo "zoo park" and play button) But when I start to decrease the resolution, the elements are cut. Here is how you cut the play button: Any id...
asked by 21.09.2017 / 00:17
2
answers

delete certain parts of a text text in javascript

let's say I have several divs that contain an example text <div> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel ante diam. Donec vitae magna metus. Curabitur at lorem non augue mollis molestie. Nam augue nisi, dignis...
asked by 20.10.2017 / 01:24