Saturday, 9 July 2011

What I learned on Fourth Week in Computer III

              I learned how to put an Meta in HTML minimal. What is META? Meta is information about data. The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The <meta> tag always goes inside the head element. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.
             I learned what is the different between SPAN and DIV. The <span> tag is used to group inline-elements in a document. The <span> tag provides no visual change by itself. The <span> tag provides a way to add a hook to a part of a text or a part of a document. When the text is hooked in a span element you can add styles to the content, or manipulate the content with for example JavaScript. The <div> tag defines a division or a section in an HTML document. The <div> tag is often used to group block-elements to format them with styles.
             I learned how to make an Personal Website. Personal web pages are World Wide Web pages created by an individual to contain content of a personal nature rather than on behalf of an employer or institution. Personal web pages are often used solely for informative or entertainment purposes.
The content of personal web pages varies. Many contain biographical information, résumés, and blog posts. Many personal pages will include information about the author's hobbies, interests and information of interest only to friends and family of the author.

No comments:

Post a Comment