Which should you use, HTML or XHTML?

Posted by: Ping

“The answer is to use whichever you prefer. It’s just a personal preference. Regardless of which you use, the resulting web page will work the same. There are no functional differences between HTML and XHTML. While XHTML is newer, it’s not better, and it doesn’t have any new features. Because there were no advantages for […]

Introduction to Tables

Posted by: Ping

Web table is a tool to help control the web page layout. This means positioning text and elements on the page without having to fight the re-sizing of the browser window. Positioning of elements is nearly 100% stable with the use of tables. Table let you align elements into rows and columns. The <table> tag […]

Graphics for the Web

Posted by: Ping

Graphics images that will become a part of a web document. It will be prepared as a “GIF image”, or a “JPEG” image. The name “GIF” stands for Graphics Interchange Format. It is a bitmap image format that was introduced by CompuServe in 1987 and has since come into widespread usage on the World Wide […]

A-420 Project-1: HTML Code

Posted by: Ping

What is HTML? HTML stands for HyperText Markup Language. It is a standardized system for tagging text-based information in World Wide Web. HTML History Vannevar Bush first proposed the basics of hypertext in 1945. Tim Berners-Lee invented the World Wide Web, HTML (HeperText Markup Language), HTTP (HyperText Transfer Protocol) and URLs (Universal Resource Locators) in […]