Sunday, February 22, 2009

HYPERTEXT MARKUP LANGUAGE (Sison)

"""HTML is one of those interesting LeSSOn we ever had. It'S muCh pReferably than PROGRAMMING!! and QUITE EnjoyAbLe when u DO the TAsk!"""


THe Hard Part Of HTML is when u will/ u sHoULd memorize or have The Codes with its corresponding aBbreviated words!! Or else You cAnt unDersTand what u are really DOIN!!
HTML or Hyper Text Markup Language is a text file containing small markup tags .The markup tags tell the Web browser how to display the page. HTML file can be created using a simple text editor.


♣We can easily edit files using a WYSIWYG (what you see is what you get) editor like:
⌂Frontpage
⌂Claris Home Page
⌂Adobe PageMill
instead of writing your markup tags in a plain text file. But if we want to be skillful Web developer, we should use a plain text editor to learn your primer HTML.

HTML documents are text files made up of HTML elements and HTML elements are defined using HTML tags.

♣HTML tags are used to mark-up HTML elements and surrounded by the two characters <> called angle brackets . The text between the start and end tags is the element content.

The World Wide Web Consortium(W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags.

♣Tag attributes can provide additional information about the HTML elements in your page.
nThis tag defines the body of your HTML page:.With an added bgcolor attribute, you can tell the browser that the background color of your page should be red.

No comments: