Category Archives: HTML Programming

Learning Web Development by starting with learning HTML

HTML dev hosted by Apache Tomcat

Desired Outcome: Learning basic HTML and hosting the files on my Apache Tomcat server. Note: Keep in mind that I have installed Apache Tomcat — this is not the same as vanilla Apache. Tomcat can host basic HTML files, with … Continue reading

Posted in HTML Programming | Tagged , | Leave a comment

Top of Mind – Mastering HTML

This is a useful reference for tags — W3 reference for tags 20150529 Summary so far: All HTML elements can have attributes The HTML title attribute provides additional “tool-tip” information The HTML href attribute provides address information for links The … Continue reading

Posted in HTML Programming | Leave a comment

HTML/XHTML learning essentials course via online videos from www.lynda.com

I have a bunch of books at home on learning HTML, but have access to www.lynda.com so I’m giving that a whirl. On Windows, advised text editor is notepad++. On a Mac, it would be bbEdit (not free) or TextWrangler … Continue reading

Posted in HTML Programming | Leave a comment