...

/

Hands-On: Diving into HTML Basics

Hands-On: Diving into HTML Basics

In this lesson, we will get acquainted with some really useful HTML basics. Let's begin!

In today’s modern web sites, the fundamental markup technology, HTML, is rarely used alone to create web pages. It is practically always used with its companions, CSS and JavaScript.

In this chapter you will learn how these technologies work together to provide the essential user experience:

As a developer, you have probably met many HTML pages and viewed their source codes. You probably know most of the HTML markup elements and can even create simple pages.

If you already know the basics of HTML, CSS, and JavaScript, this chapter will provide a recap for you. Should you be a novice in this field, you will obtain the fundamentals to master your knowledge on these topics here.

Creating a basic HTML page

An HTML page is a simple file with an .htm or .html extension and can easily be displayed in a web browser.

You do not need any ...