Pages

Tuesday, November 30, 2010

HTML COMMENTS


Hi guys!! Today I’m going to give some information about the HTML COMMENTS and why it is important to a web page to place a comment. I hope this info can help you.


Monday, November 29, 2010

Components of an HTML ELEMENTS

Hi guys!! today your about to learn the components of an HTML ELEMENT and i hope this will help you.

HTML elements are the structure of an HTML document. HTML element are constructed with an opening tag at the beginning of an element, one ore more attributes paired with their values, the content and a closing tag. If an HTML element is an empty element, it doesn't requires to have a closing tag.




Sunday, November 28, 2010

HTML EDITORE and WEB BROWSERS



To create and edit HTML documents, you must need to use a software tools. Take note that HTML documents are saved with a file extension .html or .htm. Below are some of the software tools you can choose:


Saturday, November 27, 2010

URL ( Uniform Resource Locator)

Uniform Resource Locator ( URL ) is a unique address for a file that resides on the internet. URL is commonly known when a user enters the URL of a home page in the web browser's address line. A URL can be any file, such as an image file, a program, a javascript document or a style sheet document.


Friday, November 26, 2010

HTML and XHTML

Many of us keeps wondering what is XTML or XHTML, well stop wondering anymore and learn how to do it.

HyperText Markup Language is a popular computer language that is used to create web pages. HTML consist of a markup that conveys information about the structure and presentation of a document. HTML markup is composed of several components, such us elements, character-based data types, character references, document type declaration and entity references.

eXtensible HyperText Markup Language (XHTML) is a markup language that is a successor and reformulation HTML using eXtensible Markup Language (XML). XML is a powerful language that provides web authors to create customized tags.

HTML and XHTML has its own rules for web authors or web developers to follow and is referred to web standards.