HTML Elements

As simple, HTML documents are simply a text file made up of many HTML elements. These HTML elements are always between a start tag and end tag. Where the element appears is determined by the order in which the tags appear. HTML Elements An HTML element is everything from the start tag to the end …

Read more

Html Font Tutorial

According to World Wide Web Consortium (W3C), the tag in HTML is deprecated. It is removed in a from its recommendations.W3C encourage to use style sheets (CSS) to define the layout and display properties of HTML elements. However there still a lot of people using it, it still worth to mention a while here. Font …

Read more

Html Color Tutorial

Life is full of colors, so does HTML ~ Color formula as below RED + GREEN + BLUE = COLOR Colors are displayed combining RED, GREEN, and BLUE. Usually we can change html font color in two ways 1) Use Color Name Red Color Red Color 2) Use Hex code (#) Red Color Red Color …

Read more

Html Tutorial Hello World

In this tutorial, you will learn how to create a simple hello world page with HTML. Firstly, let explains some of the HTML basics. HTML is stands for Hyper Text Markup Language HTML is a text file which consists a set of markup tags like (<html><body></html></body>). Almost all of the markup tag has start tag …

Read more