test
15th September
HTML Elements Showcase
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Text Formatting
This is a bold, strong, italic, emphasized and underlined text.
This is highlighted text. This is small text.
This is superscript and subscript.
Deleted text and Inserted text.
"This is a blockquote element."
console.log("Hello World");
function greet() {
return "Hello!";
}
Lists
Unordered List
- Item A
- Item B
- Item C
Ordered List
- Step 1
- Step 2
- Step 3
Description List
- HTML
- HyperText Markup Language
- CSS
- Cascading Style Sheets
Links & Media
Table
| Name | Age | City |
|---|---|---|
| Alice | 25 | Delhi |
| Bob | 30 | Mumbai |