Text Formatting In HTML -Chapter 3

image showing Text Formatting IN HTML

In this chapter, you will learn how to style and format text in HTML. We will highlight important words, make text bold or italic, and underline special words. You will also see how to show inserted or deleted text, write abbreviations, use superscript and subscript, and strike through text. By the end, you can make … Read more

Doctype, Heading and Paragraph in HTML -Chapter 2

featured image of Heading & Paragraph in HTML

In this chapter we have learned how to set up a basic HTML document with a doctype, how to organize our content with headings, and how to write paragraphs. These are the building blocks of any web page. What is a Doctype? Doctype stands for Document Type. It tells the browser which version of HTML … Read more

Introduction to HTML -Chapter 1

image showing introduction to html featured image

HTML (HyperText Markup Language) is the standard language for creating web pages. Every website you visit is built using HTML. It defines the structure and content of a webpage, while CSS adds styling, and JavaScript makes it interactive. Definition of HTML HTML stands for HyperText Markup Language. It is the standard language used to create web pages. “HyperText” refers to … Read more