标签:htm 百度 html doctype center name www type bsp
HTML标签可以拥有属性,属性提供了有关 HTML 元素的更多的信息,属性总是以名称/值对的形式出现,比如 name="value",如下例子:
<!DOCTYPE HTML> <html> <body bgcolor="yellow"> <h1 align="center">hello world</h1> <a href="http://www.baidu.com/">百度一下</a> <body> </html>
标签:htm 百度 html doctype center name www type bsp
原文地址:https://www.cnblogs.com/pzk7788/p/10339070.html