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
- Ordered list item one
- Ordered list item two
- 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 |