Questions tagged as 'html5'

2
answers

fill spaces of the "Border-Radius" - DIV

I am designing a small form that consists of 3 bodies that are "DIV" and I have this. As you can see in the image, when placing border radius with CSS, the spaces take on the color of "BODY". I would like you to take the color of the "D...
asked by 16.10.2018 / 22:47
1
answer

Syntax Error Java Script code restaurant bill

I am running this code and I really do not find the error ... I would like to know more points of view or suggestions so that the execution of the code results without error. Thank you in advance!:) In the following image, tax is the tax and...
asked by 16.08.2018 / 09:58
2
answers

how to load several pages on the same page

I made a menu and the idea is that when you click on any of the options in my menu I do not recharge another page, but in the same page where the menu loads the page that corresponds to the option that was given click, I do not know how to do it...
asked by 12.01.2018 / 04:31
1
answer

How can I do a spy spy without bootstrap?

<html> <div id="navbar"> <div class="ui secondary inverted pointing top fixed menu"> <div class="ui container"> <a id="brand-item" class="item" href="index.html">...
asked by 26.06.2018 / 02:30
0
answers

What capacity should I acquire hosting to store a simple web page? [closed]

The page only allows viewing content and is made with php, css, javascript, html5 and bootstrap, I want to buy domain and host it in a hosting but I have not yet decided what storage capacity is best for a hosting hosting this type Web pages. 50...
asked by 02.12.2016 / 12:07
2
answers

Element does not need a role attribute

Do I have a question about how to fix an error in W3C? From line 916, column 9; to line 916, column 124 <form role="form" id="widget-subscribe-form" action="../include/subscribe.php" method="post" class="nobottommargin">...
asked by 18.08.2016 / 04:53
3
answers

get value of span

$('#usuarios').children('ul').each(function () { console.log(this); }); #usuarios ul{ display:inline-block; } ul{ width:100px; text-align:center; } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.j...
asked by 14.02.2017 / 05:24
2
answers

How do I host my website in a hosting service? [closed]

I have my website (html5, css3, js, php, codeigniter). I am a beginner student in this area of web development and I would like to know how it is possible to host my website to a free hosting service. I would be grateful for free hosting serv...
asked by 20.02.2016 / 01:53
2
answers

Pass different values from the same button

Basically I'm changing a screen from where I had 4 inputs and 4 buttons (each input associated with a button for each). In the Onclick event of the button I called a jquery that calls a php to show an image according to the criteria established...
asked by 06.12.2018 / 14:48
1
answer

How can I load data into some html text fields when the first loses focus?

I have a small conflict with a project that I am working on. It turns out that I need to load the code of a material, and when it loses its focus, it is necessary to perform a search in the database, take the data from the Materials table...
asked by 10.10.2018 / 15:10