Chriz Blog
一個平凡的人,記錄生活的瑣碎事
HTML Notes 001: Basic HTML Syntax
The most basic HTML webpage structure:
<html> <head></head> <body> <!-- Your content will be here. --> </body> </html>
Making a simple webpage : Hello, World!
Title : Hello, World!
Content : A heading of "Hello, World!"
<html> <head> <title>Hello, World!</title> </head> <body> <h1>Hello, World!</h1> </body> </html>
沒有留言:
發佈留言
較新的文章
較舊的文章
首頁
訂閱:
發佈留言 (Atom)
沒有留言:
發佈留言