User:Zuhui/Prototyping/HTML/CSS: Difference between revisions
< User:Zuhui | Prototyping
(→Basic) |
(→Basic) |
||
Line 1: | Line 1: | ||
=Basic= | =Basic= | ||
HTML basic structure | HTML basic structure | ||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html> | <html> | ||
<head> | <head> | ||
<title></title> | <title></title> | ||
</head> | </head> | ||
<body> | <body> | ||
</body> | </body> | ||
</html> | </html> | ||
Revision as of 11:08, 12 November 2024
Basic
HTML basic structure
<!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> </html>