Search All content
1. HTML Basics in tutorial HTML Old School Frontend
1. Terms HTML is abbreviation for HyperText Markup Language. It is not programming language but it is a langauge for formatting text documents. In addition it alows embedding image, sound or video into it. 2. HTML Struct...
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 05:45:54, Modified:2015-01-12 07:13:19, Status:finished, Version:1.0
2. Editor in tutorial HTML Old School Frontend
This is a list of editors you can use when writing HTML code: KomodoEdit Sublime Text Bluefish My favourite is Sublime Text because of its speed and plugins. There are also many onl...
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 07:13:53, Modified:2015-01-12 07:13:53, Status:finished, Version:1.0
3. Minimal HTML Page in tutorial HTML Old School Frontend
You probably asking yourself what is the minimal HTML code you need to write web page. The answer is only 3 html tags we need. <html> tells browser that it is HTML document...
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 07:14:27, Modified:2015-01-12 09:47:27, Status:finished, Version:1.0
4. HTML colors in tutorial HTML Old School Frontend
HTML colors are defined in several ways. New browsers: 224 = 16 777 215 (24-bit colors) Old netscape browsers: 28 = 258 (8-bit safe color palette) HTML Color Definitions Hexadecimal...
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 09:32:05, Modified:2015-01-12 10:47:57, Status:finished, Version:1.0
5. Croatian Letters in tutorial HTML Old School Frontend
Browsers can't recognize croatian letters automatically. That's why it is good to write one of the following tags into HTML <head></head> tag. <meta http-equiv="Content-Type" co...
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 07:14:56, Modified:2015-01-12 10:16:44, Status:finished, Version:1.0