...

/

HTML Formatting

HTML Formatting

Learn about HTML formatting.

Introduction

HTML is a markup language used to develop a web page’s structure. With HTML, we can structure a whole website, design it, and make it ready to deploy.

In this lesson, we’ll see what formatting is and how we can efficiently format HTML texts and make HTML pages look good without using CSS.

HTML formatting

HTML formatting has various methods or tags, inline or block, to enhance visual context and visual attraction.

This text formatting is done using predefined HTML tags and semantics.

These tags add various meanings to the text.

HTML formatting elements

HTML has many elements that are used for formatting. Some of those are:

  1. <b>
...