background preloader

Web page resources

Facebook Twitter

Timeline of Computer History. World Wide Web Consortium (W3C) What Is It. Now available here in Finnish thanks to Oskari Laine, Helsinki, Finland. Mikä Computer Programming? And here is a Czech translation (provided by the autip.com team). Introduction Today, most people don't need to know how a computer works. Most people can simply turn on a computer or a mobile phone and point at some little graphical object on the display, click a button or swipe a finger or two, and the computer does something. An example would be to get weather information from the net and display it. How to interact with a computer program is all the average person needs to know.

But, since you are going to learn how to write computer programs, you need to know a little bit about how a computer works. Proc-ess / Noun: A series of actions or steps taken to achieve an end. pro-ce-dure / Noun: A series of actions conducted in a certain order. al-go-rithm / Noun: An ordered set of steps to solve a problem. Computers have proven immensely effective as aids to clear thinking. Confusing? HTML Marquees. Sometimes you might want your text or photos to continuously "scroll" across the screen. Or maybe you'd like it to zoom in from the side, then stay there. Or perhaps you'd like it to bounce back and forth across the screen. All these things are possible using marquees.

There are two main methods for creating marquees (without using JavaScript). These are: HTML marquees — using the HTML <marquee> tag CSS marquees — using CSS animations HTML <marquee> Tag The <marquee> tag allows you to create marquees with a minimum of fuss. See HTML marquee for more about this method. In the above example, everything between the <marquee></marquee> tags scrolls across the page. CSS Animations You can also use CSS animations to create a marquee. Here's an example of using CSS animations to create the same effect as the above example. See CSS marquee for more about this method. HTML Marquees vs CSS Marquees CSS animations are the recommended option for creating marquees. More Marquee Codes Marquee Generator. HTML Tutorial. HTML/Training/Create HTML - Web Education Community Group.

Edit tools You don't need a special tool for making HTML. We can write HTML by hand using a basic text editor such as Notepad on Windows, TextEdit on MacOS, gedit on Ubuntu Linux, etc. However you should choose an editor that allows you to save a page in the UTF-8 encoding (see more details below). Web developers often use HTML editors: Adobe Dreamweaver Microsoft FrontPage or Expression Web Bluefish ...etc. Although the HTML markup of a Web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality. Try it Let's make an HTML document. 1. 2. <! Note: Don't worry. Saving the file When you save the HTML document, you should follow the following two sections. File names File name's rules are as follows: use either the ".htm" or the ".html" file extension.

Character Encoding There are two rules for the setting of the character encoding. 1. 2. The explanation of first point is learnt in the following chapter. See also: try it (Notepad) 1. 2. 3. 1. 2.