Questions tagged as 'html'

2
answers

How to transform the space of an input text to% 20?

How to transform the space of an input text to% 20? I would like to change the text in question to be transported in a url I am generating a url so that the site information is included at the beginning of the conversation ("text = your% 20me...
asked by 24.03.2018 / 00:55
1
answer

Indent HTML code in Notepad ++

How do you indent HTML in Notepad ++? I already saved the file as .html and the indentation is not being auto. At each enter , instead of adding a space (tab), it is going to line down as if it were normal text. Is there a shortcut that...
asked by 04.06.2018 / 19:11
2
answers

How to rotate image in divs

I have a page with 3 divs. One of them always receives images, I would like all images to remain in this position: How do I do this in CSS?     
asked by 16.10.2015 / 04:16
4
answers

How to make elements appear and disappear with Js

I have, for example, 3 titles. I want that when the site loads, one appears, then it disappears and the other appears, then the second disappears and the third appears. You can use as a code the following: <div> <h1>TEXTO DE...
asked by 11.04.2016 / 16:38
4
answers

How to center image to text?

I would like to use the centered image in the text, but I could only align it left or right. Can you centralize it by having the text wrap around the image? The code I made is below: <style> body{ margin:0 auto; background:#FFF; }...
asked by 28.09.2015 / 20:35
3
answers

Link without using href

Is there any way to use links without the <a href> tag. For example <a href="exemplo">exemplo</a> is there another way to do this?     
asked by 04.12.2015 / 10:01
3
answers

How to apply background-color to the HTML element p?

I need to apply the CSS property background-color to the HTML element p but what is happening is that this background-color takes the entire width of a div for example if it is the parent element and not only colors t...
asked by 09.11.2014 / 15:23
3
answers

Put external font on site

I have a font that I need to put in the site (edosz.ttf), I was searching and I ended up with this code: @font-face{ font-family: "edosz"; src: url('edosz.ttf'); } But you can not! Could someone help me?     
asked by 13.07.2015 / 13:48
2
answers

How to send email through an HTML page?

How to send an email to an established recipient on a HTML page?     
asked by 12.07.2015 / 20:06
1
answer

How to transform a string into a select with PHP?

After a SQL I have this record as a return: // Dados $cores = "amarelo, branco, azul, verde"; I would like to mount a select where the content of $cores is displayed as follows: <select name=""> <option value="amare...
asked by 26.11.2014 / 18:01