About Us Subtitle 222
Understanding Basic HTML Elements 555
HTML is the foundation of every web page. With HTML, we can write italic text, underlined text, highlight important words, or even remove text and insert new text.
A Brief History
HTML was first introduced by TBL in the early 1990s. Since then, it has evolved into the modern version we use today.
Text Elements
Here are some common text elements:
- Bold and Strong for emphasis
- Italic for subtle emphasis
- Underline for underlined text
- Small text for notes
- Chemical formula H2O and number 102
Ordered Lists
Steps to create a simple page:
- Open a text editor
- Write HTML code
- Save the file with
.htmlextension - Open it in a browser
Quotes and Definitions
"Learning HTML is the first step toward understanding the web."
- CSS
- A language for styling web pages
- JavaScript
- A programming language for interactivity
Tables
| Tag | Purpose |
|---|---|
| <p> | Paragraph |
| <a> | Link |
| <img> | Display image |
Code Example
<html> <head></head> <body> <h1>Hello World</h1> </body> </html>
Multimedia
HTML also supports multimedia content:
Links and Contact
For more information, visit Example.com.
Written by JavawebsterKedungkandang, East Java, Indonesia
This dummy article is for HTML practice only, not a real publication.