Add active class onclick javascript and jQuery

Add active class to a div on javascript onclick event Here we are applying a style to a simple div. Steps to add a css class on click event

Add active class onclick javascript to HTML ul List to make menu Here We have ul list elements to create horizontal menu on click on … Read more

HTML5 Document Structure

HTML5 Document Structure General HTML 5 Document Structure is as below

<!DOCTYPE html> specifies that this document is HTML5 document and you can use all html5 tags here. <html> is root tag of HTML document it contains two child tags <head> and <body> <head> specifies that this portion contains heading information of the page … Read more