Your First HTML Page
Requirements
- No prior programming experience needed. Ability to download and install free software on your computer.
Description
HTML stands for hypertext markup language and it’s the stuff with which a basic web page is made. I’ve been coding professionally for twenty-five years and I’ve seen so many programming languages, frameworks, WYSIWYG platforms and trends come and go. HTML was there in the start of my career, it’s still here and I believe it will be around for years to come. Web browsers exist on every device we use and the web pages they display are all governed by their HTML code. Every web developer should know HTML. Even general programmers should know HTML since it’s often the delivery mechanism for displaying data that is output from programs. Cross-platform developers should learn HTML because it’s one of the essential components of writing one code base that’s delivered to different PC operating systems, tablets, phones and consoles.
Come learn HTML from scratch in this short fun course. We’re going to write a basic HTML page and view it in a browser. We’ll cover some of the most essential parts of the HTML document anatomy. You will learn how to display text, images, links and tabular data on your web page. Quizzes after each section will test your learning and two complete practice assignments with downloaded resources are provided at the end.
Who this course is for:
- Beginner web developer or cross-platform programmer wanting to learn HTML markup language for creating web pages
Instructor
In 1980 I was nine years old and my dad starting selling these new magical machines called personal computers. He bought an Apple II+ and brought it home and I was completely enthralled. I started programming in BASIC and Logo and have never looked back. I've worked as a professional programmer for 25 years in the semi-conductor industry and have seen many programming trends, stacks and platforms come and go. But since Tim Berners-Lee invented his brilliant markup language HTML in 1993, and the stars aligned behind web browser standards, CSS and JavaScript, these core technologies are thriving and don't seem to be slowing down any time soon. So it's on these "evergreen" languages I'll focus my energy. They have staying power. Add SQL and an object-oriented language like C# (my favorite), C++ or Java to use for heavy lifting in data mining and transformation, we got ourselves a complete toolbox for coding pretty much anything.