Posts

Difference Between HTML and CSS

Difference Between HTML and CSS What is HTML? HTML (Hyper Text Markup Language) is the language for describing the structure of Web pages. HTML gives authors the means to: Publish online documents with headings, text, tables, lists, photos, etc. Retrieve online information via hypertext links, at the click of a button. Design forms for conducting transactions with remote services, for use in searching for information, making reservations, ordering products, etc. Include spread-sheets, video clips, sound clips, and other applications directly in their documents. With HTML, authors describe the structure of pages using  markup.  The  elements  of the language label pieces of content such as “paragraph,” “list,” “table,” and so on. What is CSS? CSS(Cascading Style Sheet) is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of device...

Is Computer Science, Science

osmanazmat Debates about whether [computer science is] science or engineering can. . . be counterproductive, since we clearly are both, neither, and more (mathematics is so much a part of what [it is]. . . . [Freeman, 1995, 27, my italics] In a classic paper from 1976 [Newell and Simon, 1976], Newell and Simon updated their earlier characterization. Instead of saying that computer science is the science of computers and algorithms, they now said that it is the “empirical” “study of the phenomena surrounding computers”, “not just the hardware, but the programmed, living machine”. (Cf. [Abrahams, 1987, 472]: “Computer science focuses, not on the properties of particular computers, but on the properties of computers in general. It goes beyond the study of computers as objects to, at least, the study of computers as active agents”). This may not sound too different from what Newell and Simon said when they were writing with Perlis nine years earlier, but there are some interesting diff...