web基础
Posted 029郭媚婷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web基础相关的知识,希望对你有一定的参考价值。
- 认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11
- 观察web浏览过程.
- html基础。练习使用标签制作简单的页面。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>图片大全</title> </head> <body> <h1 align="center">每日一图</h1> <hr> <h2 align="center">小星星</h2> <img src="http://pic.58pic.com/58pic/15/64/37/43358PICPh4_1024.jpg"> </body> </html>
以上是关于web基础的主要内容,如果未能解决你的问题,请参考以下文章