October 6, 2015 6:40 am
Published by Gerard Millares
In one of our earlier blog posts, it was mentioned that there are separate HTML elements or tags to include a line break of an extra space between the texts. Well, now is the time that we introduce you to...
Read More
October 4, 2015 9:34 am
Published by Gerard Millares
An HTML document comprises of elements that define the functionalities of the web page and decide its operations and the characteristics that it will possess. HTML elements are of two different types, namely, block level elements and inline elements. In...
Read More
October 2, 2015 8:42 am
Published by Gerard Millares
Moving ahead with our blog post on good coding practices in HTML, today we are going to discuss about another important point that many programmers tend to ignore in their codes. As a beginner all of us must have been...
Read More
September 30, 2015 8:13 am
Published by Gerard Millares
HTML validation is a program to ensure that the quality of the HTML document meets the standards set by the World Wide Web Consortium (W3C). The HTML validation process performs syntax checks on the document and ensures that the document...
Read More
September 28, 2015 7:58 am
Published by Gerard Millares
In this blog post, we will be discussing about good coding practices in HTML and how to move forward during your initial days of learning HTML. As we can realize from the video tutorials and the blog posts, HTML tags...
Read More
September 26, 2015 7:56 am
Published by Gerard Millares
A lot of people, especially beginners in HTML, have doubts regarding the text editors and how to use text editors for writing HTML codes. Text Editors provides the space where a user can write the codes for his HTML document....
Read More
September 24, 2015 6:46 am
Published by Gerard Millares
DOM, or Document Object Model, defines a structured representation to organize the HTML documents in a tree structure. From a technical point of view, DOM is a language independent and cross platform convention for the interaction and representation through objects...
Read More
September 22, 2015 3:50 am
Published by Gerard Millares
HTML or Hyper Text Markup Language is a standard markup language that comes in handy for creating web pages. If you aspire to be a web designer, this is where you start from; this is where you take your first...
Read More
April 3, 2015 3:35 pm
Published by Mark Trego
Flow control statements are basically loops aimed at performing a particular set of operation for a period. Writing condition for let’s say 100 integers knowing that the operation to be performed on each one of them is the same is...
Read More
April 3, 2015 3:32 pm
Published by Mark Trego
In simple words a variable is anything that can store data or values. In real world; your cupboard, a jar, a piggy bank, are all different types of variables. However; in the world of computers and programming languages, variables must...
Read More