Questions tagged as 'html'

3
answers

Is it possible to create an information bank in JavaScript?

How can I create a simple database without using a server? I think the answer would be no, but check the following: I'm at work and I do not have access to databases or servers. This way I can work only on the local network and shared folde...
asked by 29.08.2014 / 18:41
2
answers

How to split a multi-part image with a link?

I would like to know how to split an image that can have multiple parts so that I can set the number of parts, and assign a different link to each part. Bonus: If the parts can assume any geometric shape, it would be great.     
asked by 19.11.2014 / 19:22
2
answers

How to use power notation in HTML?

How to format 2 numbers in power? Example: 2, 2 = 2² 3, 2 = 3² 5, 3 = 5³ 6, 2 = 6²     
asked by 03.09.2014 / 21:51
3
answers

How big is the line break?

Hello, I would like to know if there is a default size for the line break in HTML ( <br> ), whether it depends on the size of the font being used and how to change it.     
asked by 31.03.2015 / 18:38
2
answers

What is the difference between the 'q' and 'blockquote' and 'cite' tags in HTML? And how do you use them correctly?

What is the difference between <q> and <blockquote> and <cite> , because everything stops me being for citation. Is there any good practice or correct way to use these tags correctly? We can use these tags o...
asked by 17.09.2018 / 14:51
3
answers

How to receive form data with pure HTML?

I created a simple form. In it I put: <form action="02.html" method="get" name="meu_formulario"> <input type="text" name="nome" size="60" maxlength="40"/> </form> I want to create the 02.html that receives this form...
asked by 14.01.2016 / 17:51
2
answers

How to get input using HTML and JavaScript

As a beginner in the 'JS' language, I would like to know how to simply get text from a <form> (without forwarding to another page and without changing the URL) and passing to a function like alert() when the user enter no...
asked by 19.06.2014 / 03:01
3
answers

How to enable and disable textarea with javascript?

After performing a search on the Site, I found this question with solution , but the solution is in jquery ! When choosing option X, I need a specific field to be disabled and only be enabled again if another option is activated! I...
asked by 05.02.2016 / 16:55
3
answers

Vertical slide navigation including highlight thumbnails

There is a slider here on this site that has a vertical navigation that sits on the right side, which includes the thumbnails of the previous slides and also the following slides. I would like an example to replicate this effect and I would...
asked by 13.06.2015 / 01:32
2
answers

What are the advantages and disadvantages of generating HTML on the client or server?

Historically, HTML has almost always been generated on the server, Javascript being used for few things like animations, validations, masks, etc. However, in recent times there has been a tendency to generate HTML (almost) entirely in the cli...
asked by 16.09.2014 / 15:55