【html学习】记录

1.<html></html>

2.<head></head>

3.<title></title>

4.<body></body>

5.<h></h>

6.<p></p>

7.<a href="default.htm"></a>

8.<br>

9.<hr>

10.<!--.-->

11.<b></b>

12.<i></i>
13.<sub></sub>

14.<sup></sup>

15.<code></code>

16.<strong></strong>

17.<big></big>

18.<em></em>

19.<small></small>

20.<pre></pre>

21.<kbd></kbd>

22.<samp></samp>

23.<var></var>

24.<address></address>

25.<abbr title ="abc">etc.</abbr>

26.<acronym title = "accc">WW</acronym>

27.<bdo dir="rtl">a</bdo>

28.<q></q>

29.<del></del>

30.<ins></ins>

31. <img  border="10" src="ssda.gif" alt="ewqeq" width="32" height="32">

32.<a href="#C4"> 4</a>;<a id="C4">4</a>

33.<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">

34.<meta name="description" content="免费 Web & 编程 教程">

35.<meta name="author" content="Runoob">

36.<meta http-equiv="refresh" content="30">

37.<base href="http://www.runoob.com/images/" target="_blank">

38.<link rel="stylesheet" type="text/css" href="mystyle.css">

39.<style type="text/css">

body {background-color:yellow}

p {color:blue</style>

posted @ 2022-02-26 13:16  星星客  阅读(25)  评论(0)    收藏  举报