User:Zuhui//SI25/Prototyping/HTML/CSS: Difference between revisions
< User:Zuhui | | SI25 | Prototyping
m (Zuhui moved page User:Zuhui//Prototyping/HTML/CSS to User:Zuhui//SI25/Prototyping/HTML/CSS) |
No edit summary |
||
Line 15: | Line 15: | ||
==CSS== | ==CSS== | ||
Revision as of 19:38, 6 January 2025
Basic
HTML
HTML basic structure
<!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> </html>