These questions are the most frequently asked top HTML5 interview question What is HTML5? What are the new features of HTML5? List HTML5 input type? […]
Continue readingAuthor: Nirmalkumar Shanmugam
What is HTML entities?
HTML entities are special characters that are used to display characters that are not available on the keyboard. These characters can include symbols like copyright […]
Continue readingError page template html5 [Free Download]
In this error page template html5, we integrated to support dynamic colors, when you change the background color, SVG image also change like your background […]
Continue readingOOPS HTML5 404 page examples Template [Mobile Responsive] [Free Download]
The best 404 page examples with mobile responsive in pure HTML5 CSS for free Best 404 page examples 404 page examples code below Hope this […]
Continue readingSimple black & white 404 Error page in html [Mobile responsive error page template]
In this website, we are trying to update more 404 error page template. This is the mobile responsive error page design. Simple 404 page template […]
Continue readingWhat are the new features in HTML 5?
HTML is the HyperText Markup Language, is the language common to every website. HTML5 => 5th version of HTML If you want to build a […]
Continue readingHow do I get the current URL with JavaScript
use window.location.href to get the current URL
Continue readingHow to convert JSON string to Object
Server always return an object in string format because when we store JSON object to server we are preferring to covert JSON into string format […]
Continue readingHow to convert JSON Object to String
If you want to send the JSON object to backend, you should convert the JSON to String format. See below example, Convert above object to […]
Continue readingHow to redirect one page to another page or another url in javascript
There are lot of methods to redirect, in this blog I am going to show you the popular methods with example. Method 1: Redirect to […]
Continue reading