By Unknown Tuesday, 16 September 2014 HTML HTML Fundamentals HTML Library HTML Introduction HTML Introduction Learning HTML is the first step to mastering the web. HTML stands for Hypertext Markup Language, which is the marku...
By Unknown Thursday, 18 September 2014 HTML HTML Elements HTML Library a a The HTML <a> element is used to create navigation links to different pages in your website, pages on other websites, im...
By Unknown Sunday, 28 December 2014 HTML HTML Elements HTML Library ul ul HTML ul Element The HTML <ul> unordered list element is used to render a list of <li> elements that have no ordered va...
By Unknown Monday, 19 January 2015 CSS Library CSS Selectors PHP nth-last-child Selector nth-last-child Selector CSS nth-last-child Selector reference The CSS nth-last-child structural pseudo-class selector ( ...
By Unknown Thursday, 15 January 2015 Miscellaneous PHP and MySQL Video Tutorials PHP PHP and MySQL Video Lessons PHP Dynamic Select Year List Script HTML Form Elements Tutorial PHP Dynamic Select Year List Script HTML Form Elements Tutorial Listening Video Use PHP to program dynamic year...
By Unknown Wednesday, 17 September 2014 HTML HTML Fundamentals HTML Library HTML Core Attributes HTML Core Attributes On this page you will be able to reference the global core attributes that are common to almost all HTML element...
By Unknown Monday, 19 January 2015 CSS Library CSS Selectors PHP first-line Selector first-line Selector CSS first-line Selector reference The CSS first-line pseudo-element selector ( X::first-line { } ...
By Unknown Saturday, 27 December 2014 HTML HTML Elements HTML Library html html The <html> element is the root element of your html document. You can place one <head> element and one <body...
By Unknown Monday, 29 December 2014 HTML HTML Library HTML5 Featured Applications HTML5 Drag and Drop HTML5 Drag and Drop HTML5 allows us to create drag and drop applications much more easily than we used to in HTML. Before this upgrade ...
By Unknown Saturday, 27 December 2014 HTML HTML Elements HTML Library head head HTML head Element The HTML <head> element is used to relate the web document's metadata by using the <title>...
By Unknown Thursday, 18 September 2014 HTML HTML Fundamentals HTML Library HTML Symbol Entities H TML Symbol Entities HTML Entities are codes we place into our html that render symbols. Some symbols cannot be placed into your sou...
By Unknown Monday, 19 January 2015 CSS Library CSS Selectors PHP attribute Selector attribute Selector CSS attribute Selector reference The CSS attribute selectors are used to target and style elements ac...
By Unknown Thursday, 18 September 2014 HTML HTML Elements HTML Library area area The HTML <area> element is usually used within a banner or image mapping scenario where there will be clickable items...
By Unknown Sunday, 28 December 2014 HTML HTML Elements HTML Library menu menu HTML menu Element The HTML <menu> element is made for designating a list. In HTML5(applies 2014 and forward) it is specifi...
By Unknown Wednesday, 14 January 2015 MySQL PHP Search Exercises PHP PHP and MySQL Video Lessons 2. MySQL PHP Search Programming : Build the HTML Search Form with Filter List MySQL PHP Search Programming : Build the HTML Search Form with Filter List Listening Video Part 2 of MySQL PHP Search...
By Unknown Saturday, 20 September 2014 HTML HTML Elements HTML Library datalist datalist NOTE: This new element is HTML5 and will be a standardized element in 2014. The HTML <datalist> element is use...