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. 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
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:EnglishCreated:2015-01-12 09:32:05, Modified:2015-01-12 10:47:57, Status:finished, Version:1.0
4. 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:EnglishCreated:2015-01-12 11:01:07, Modified:2015-01-12 11:03:05, Status:finished, Version:1.0
5. Background in tutorial HTML Old School Frontend
BODY background Some older browsers have silver predefined background, but other browsers have white background. To avoid those differencies use bgcolor attribute in body tag. <body bgcolor="#0000F...
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 11:16:21, Modified:2015-01-12 11:26:39, Status:finished, Version:1.0