Featured
-
No Featured Found!
Tags
Why My Quiz Web App Not Displaying Result on Submit?
Every time I click the button to submit my answers the page refreshes and no grade is shown and I don't know why.
Any help would be greatly appreciated.
My code is below:
<!DOCTYPE html>
<html>
<h...
Different behavior of heading tag with section
If I'm write Heading tag (h1 and h2) in section or aside it shows same font size and if I put this outside of section or aside tag it works normal. Why?
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3...
What is HTML Local Storage?
What is HTML Local Storage Objects ?
Local Storage is that method we can store data on user browser. Its work same as cookies.
Cookies was use in old time means before html5 and Local Storage is much better then it because we can store more ...
Why does auto attribute not work vertically?
If I'm using margin: 0 auto it will work as horizontally margin auto and vertically 0px.
Now question is if I'm using margin:auto why It is not working vertically.
Note:- No need alternate option, just want a solid reason behind it :)
Same class not working properly on different element
Hi all,
I have a question about class performance, i use a class on two element first is an input type button and second is an anchor tag (a) both are looking different.
Why it happens can anybody have any proper answer.
Thank you in adv...