2011년 10월 3일 월요일

Quarter Test in Computer!!!

Urgh! Finally, we took one Quarter Test! 10 More Subjects to go! Ang dami :( 
We have Writing, P.E., Music, Art, German, Filipino, Physics, Economics, Algebra, and Literature, that's 11 including computer!!!!!!!!!!!!!!!!!!!!!!!!!!!! And even worse, I should still finish my projects! I'm so tired, frustrated, nervous, discouraged, and all that. But what can I do :( life's going to be even harder in the future, so what I can do now is just to look at the bright side and try to learn some lessons from these tough situations. :)

Actually, I just realized that I am writing this for my project!!! when I should be sooooooooo busy studying for the rest of the 10 subjects! Well, I'm starting my art Q.E. now. I'll try to do things one by one. I hope when T.Lyle reads this he'll understand the students' hardships and give high grades as considerations and inspirations for them. HAHA! Anyway, since I've taken the computer Quarter Test today, I'm going to post about HTMLs! 











What are HTMLs?


According to Wikipedia: 



Hypertext Markup Language (HTML) is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments, and other types of text-based content.
The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to createinteractive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup.

According to Webopedia:


Short for HyperText Markup Language, the authoring language used to createdocuments on the World Wide Web. HTML is similar to SGML, although it is not a strict subset.
HTML defines the structure and layout of a Web document by using a variety oftags and attributes. The correct structure for an HTML document starts with <HTML><HEAD>(enter here what document is about)<BODY> and ends with </BODY></HTML>. All the information you'd like to include in your Web page fits in between the <BODY> and </BODY> tags.
There are hundreds of other tags used to format and layout the information in a Web page. Tags are also used to specify hypertext links. These allow Web developers to direct users to other Web pages with only a click of the mouse on either an image or word(s). 





댓글 없음:

댓글 쓰기