Select Page
How to use the switch statement in Java

How to use the switch statement in Java

Control Statements | Java How to use the switch statement in Java The switch statement is a multi-way decision statement. It provides an easy way to change the path of execution to different parts of the program based on the value of the expression. nanadwumor January...
The nav element in HTML5- how to use it.

The nav element in HTML5- how to use it.

Elements | html The nav element in HTML5- how to use it. The <nav> element is a new element introduced in HTLM5. It is used for navigational content. The <nav> element is used to link to other pages within the website or to other parts in the same page....
HTML5 article element – How to use it

HTML5 article element – How to use it

Elements | html HTML5 article element – How to use it The <article> element is a new element in HTML5. It is one of the new HTML5 elements including the header, footer, section, nav etc. nanadwumor November 21, 2021 As the name suggests, the...