Search All content

 
Search query: 1 Results: 182

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:English
Created:2015-01-12 05:45:54, Modified:2015-01-12 07:13:19, Status:finished, Version:1.0

2. 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:English
Created:2015-01-12 07:14:27, Modified:2015-01-12 09:47:27, Status:finished, Version:1.0

3. 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:English
Created:2015-01-12 09:32:05, Modified:2015-01-12 10:47:57, Status:finished, Version:1.0

4. 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:English
Created:2015-01-12 07:14:56, Modified:2015-01-12 10:16:44, Status:finished, Version:1.0

5. Slash / in Void Elements in tutorial HTML Old School Frontend

Void HTML elements are elements that don't have closing tag. Slash / sign is obligatory in XHTML documents.   HTML <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" >

Permission(PGU):447, Lang:English
Created:2015-01-12 11:01:07, Modified:2015-01-12 11:03:05, Status:finished, Version:1.0