Definition : It is a class which is meant for providing bigger representation for the content on the web page. Program : <html lang=”en”> …
Posts published in “Examples”
Definition : Table is meant for displaying the content in rows and columns fashion. Program : <html lang=”en”> <head> <meta charset=”utf-8″> <meta name=”viewport”…
Definition : Grid is to provide the equal space to allocate the content. Program : <html> <head> <meta name=”viewport” content=”width=device-width” initial scale=”1″>…
Definition : Badges are meant for providing notification kind of result to the web page. Program : <html> <head> <meta name=”viewport” content=”width=device-width” initial…
Definition : Alert means to display the different colors to seen the content in webpage. Program : <html> <head> <meta name=”viewport” content=”width=device-width” initial…
Definition : The active selector is used to select and style the active link, a link becomes active when you click on it. Program :…
Definition : It is a process of writing java script code outside the web page then it is called as external java script. Advantages is…
Definition : It is a process of writing java script code within the html tags then it is called as inline java script. Program…
Definition : History object represents an array of URLs visited by the user. by using this object you can load previous, forward or any particular…