Introduction
HTML5 (HyperText Markup Language 5) is a language that enables web developers to create and design documents to be displayed in web browsers.
Web developers create HTML5 documents and store them on web servers. Users then access these documents as web pages through web browsers on computers,
tablets, or mobile phones.
An HTML5 document includes text mixed with markup tags. Tags are enclosed between angle brackets for example(<title>) indicating here the element Title of an HTML5 document as we will see later in this tutorial.
In this tutorial, we will create HTML5 documents in Notepad++ and saving it with .html or .htm filename extension. Powerful computers called web servers store HTML5 documents and clients such as web browsers running on personal computers or mobile phones request HTML documents from web servers.
Topics Covered:
- Creating a simple HTML5 document
- Headings
- Hyperlinks
- Horizontal Rule and Footer
- Images
- Images as Hyperlinks
- Special Characters
- Ordered and Unordered Lists
- Tables
- Complex Tables
- Forms
- Internal Links
- Meta data
- HTML4 vs HTML5: Part-1
- HTML4 vs HTML5: Part-2
Build a React Portfolio
Click to learn how build a portfolio using React