Difference between revisions of "!DOCTYPE html"
Jump to navigation
Jump to search
(Created page with " {{HTML}}") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <pre> | ||
+ | <!DOCTYPE html> | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>Example</title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <p>This is an example of a simple HTML page with one paragraph.</p> | ||
+ | </body> | ||
+ | </html> | ||
+ | </pre> | ||
+ | * [[.html]] | ||
+ | * [[.php (extension)]] | ||
+ | == See also == | ||
+ | * {{HTML}} | ||
− | + | [[Category:HTML]] | |
− |
Latest revision as of 17:50, 22 February 2024
<!DOCTYPE html> <html> <head> <title>Example</title> </head> <body> <p>This is an example of a simple HTML page with one paragraph.</p> </body> </html>
See also[edit]
Advertising: