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. Font Face in tutorial HTML Old School Frontend
Every browser has default font color, size and font face. This default settings can be always modified with HTML and CSS tags. Default browser font:
Permission(PGU):447, Lang:EnglishCreated:2015-01-12 14:02:57, Modified:2015-01-12 14:04:48, Status:finished, Version:1.0
4. Misc HTML tags in tutorial HTML Old School Frontend
This page will explain other important HTML tags. Horizontal rule <hr align="center" size="5" width="30%" color="blue" noshade> Example:
Permission(PGU):447, Lang:EnglishCreated:2015-01-14 09:46:00, Modified:2015-01-14 09:52:40, Status:finished, Version:1.0
5. IFRAME in tutorial HTML Old School Frontend
In opposite to frame tag which is inserted into frameset document this tag is inserted into body document. In other words IFRAME tag is inserted inside BODY tag. <html><head><meta http-equiv="Content-Type...
Permission(PGU):447, Lang:EnglishCreated:2015-01-15 09:13:13, Modified:2015-01-15 09:23:52, Status:finished, Version:1.0