Select Page
Selecting a browser for HTML5 development

Selecting a browser for HTML5 development

Selecting a browser for HTML5 development Google’s Chrome browser is simple to use and has the most up-to-date HTML5 features making it easier for developers. It also has pretty good developer tools. We recommend you use this browser to learn HTML5  comment(s)...
The documentclass and its optional arguments

The documentclass and its optional arguments

The documentclass and its optional arguments Optional arguments in LaTeX are enclosed in square brackets. In our Hello World example, we passed the compulsory argument article to the documentclass command. nanadwumor  comment(s) LaTeX has compulsory arguments which...
Top 10 HTML5 formatting tags

Top 10 HTML5 formatting tags

Top 10 HTML5 formatting tags HTML offers a range of elements for formatting text. nanadwumor  comment(s) HTML formatting tags include : <b> – Bold text <strong> – Important text <i> – Italic text <em> – Emphasized tex...
double data type in Java

double data type in Java

double data type in Java The double data type is also a floating point number. It is called double because it has a double-precision decimal number.    comment(s) The double data type is a floating point number. It is double precision data type The range is...