Typical HTML Template
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html> <html> <head> <script> </script> </head> <body> </body> </html> |
This blog is for keeping my study notes, sharing knowledge and showing the products of my study.. I welcome your feedback...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html> <html> <head> <script> </script> </head> <body> </body> </html> |