作业13——web基础
Posted monmonmonmon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了作业13——web基础相关的知识,希望对你有一定的参考价值。
1、认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11
2、观察web浏览过程.
3、html基础。练习使用标签制作简单的页面。
<h1></h1>
<hr>
<P>友情链接</P>
<a href=url></a>
<br>
<img src="url" width="258" height="39" alt="gzcc.cn" >
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>小说中心</title> </head> <body> <p> <h1 align="center">小说排行榜第一</h1> <br> <hr> <div> <p align="center"> <img src="https://qidian.qpic.cn/qdbimg/349573/1209977/180 "> </p> </div> <div> <p align="center"> <a href="https://book.qidian.com/info/1209977"><img src="URL" alt="斗破苍穹"></a> </p> </div> </p> </body> </html>
以上是关于作业13——web基础的主要内容,如果未能解决你的问题,请参考以下文章
HTML5期末大作业:餐饮美食网站设计——咖啡(10页) HTML+CSS+JavaScript 学生DW网页设计作业成品 web课程设计网页规划与设计 咖啡网页设计 美食餐饮网页设计...(代码片段