What is the difference between strict and non-strict modes in Javascript? If you ask your code to be executed under strict mode, JavaScript will force you to declare your variables else it will throw an exception or call foul that your code has error. comment(s)...
The Unordered List, ul tag, in HTML5 There are basically four types of markers used to list unordered list. comment(s) <ul> tag in html is used to list items in no particular order The <ul> tag lists items and they are marked with bullets the type...
The ordered list, ol tag, in HTML5 An ordered list can be numerical or alphabetical. Typically, <ol> is rendered as a numbered list. comment(s) <ol> tag in html is used to list items in order start attribute of <ol> defines where marker value...
Identifiers in Java – how to create and use them Identifiers in Java are names that a programmer creates to represent something in his program. So we normally say that identifiers are programmer-defined sequence of characters. comment(s) An identifier is a...
Recent Comments