
Learn to create your first html page by setting the html5 doctype, building the head and body with a title, and testing the page in a browser.
Learn how metadata describes pages for browsers and search engines, including description, keywords, author, and last-modified, and structure content with heading tags, paragraphs, and a title tag for indexing.
Create html table with table, thead, tbody, tr, and td; add a border and 100 percent width, then create three headers and three rows of three columns, styled with css.
Implement meta tags in the head, including keywords, description, author, and charset, to provide machine-parsable data for browsers and search engines; use http-equiv refresh to update the page.
Learn the four main HTML form input types and how to build simple forms to submit data to a server, including text, password, radio buttons, checkboxes, and push buttons.
compare the HTML5 doctype with older versions, highlighting a simpler doctype and easier charset declaration, reducing typing and memorization, while outlining future exploration of HTML5 features.
Explore how to use HTML5 video and audio tags, add sources, set width and height, enable controls, poster images, and autoplay across browsers.
Explore the HTML5 canvas element by configuring its width, height, and border, and understand it as a platform to place items and draw text, while reviewing browser compatibility.
Explore HTML5 input types, including number with min, max, step, and default values, plus date, color, range, month, week, time, datetime-local, email, search, tel, and url.
Learn how to implement a simple web worker in JavaScript, start and stop the worker, postMessage and onmessage communication, and handle browser support and fallbacks for older browsers.
In this tutorial we’re going to learn from scratch many different areas of HTML and HTML 5.
The very first topic we're going to learn is what is HTML.
We will then get down and will create our first HTML page.
We will also cover all the different attributes and elements associated with HTML and we will touch CSS and JavaScript quickly to get a basic idea about these languages.
We will cover the HTML5 and we will teach you all of the new features of HTML5 related to input forms, geolocation, web sockets, and many other items related to HTML 5 so that you can advance your skills when you create modern webpages and web applications.
The very nice thing about the HTML, it opens up the field for many different programming languages.
This will improve your skills for everything that you’ve learned in all of the video lecture series, so it’s important to follow these to enhance your HTML skills.