Typography check

Heading One (H1)

Heading Two (H2)

Heading Three (H3)

Heading Four (H4)

Heading Five (H5)
Heading Six (H6)

This is a paragraph with emphasis, underline, and a link. Lorem ipsum dolor sit amet, highlighted text adipisicing elit. HTML is the backbone of the web.

“This is a blockquote. It's used to highlight a quoted section of text.”

Lists

  • Unordered list item one
  • Unordered list item two
  • Unordered list item three
  1. Ordered list item one
  2. Ordered list item two
  3. Ordered list item three

Code & Preformatted

Here’s some inline code: console.log('Hello');


function greet(name) {
  return `Hello, ${name}!`;
}
greet('Pradip');
  

Tables

Language Usage
HTML Structure
CSS Styling
JavaScript Interactivity

Form Elements