Saturday, July 9, 2011

know the basics

          What is a website? It is a collection of related web pages containing images, videos or other digital assets. A web page is a document, typically written in plain text interspersed with formatting instructions of Hypertext Markup Language (HTML, XHTML).HTML, which stands for HyperText Markup Language, is the predominant markup languages for web pages. HTML is the basic building-blocks of webpages. HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets.




           Making webpage is not easy.  There are many things that we should learn like the file names and site structures. Site structures is the framework of a site. There are basic document structures that are consist of Doctype, html, head, title and body elements. Doctype is refer to a DTD. DTD specifies the rules for the markup language so that browser render the content correctly. Html  is a standerdized system for tagging text files to achieve font, color, graphic and hyper link effects on www pages. Head is the container for all the head elements. Title defines the title of the document.
Body element defines the document's body. The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.


          I have learned all of that for this week. I hope that I can use this knowledge in the future. Hope that I can make a beautiful website.

No comments:

Post a Comment