信息管理实践第一周周记

第一周周记


第一周主要学习了HTML基础,并且简单学习了HBuilder X完成了介绍自己的主页。

知识点

HTML 标题是通过< h1 >-< h6 >标签来定义的。
h1 用作主标题(最重要的),其后是 h2(次重要的),再其次是 h3,以此类推。
< hr > 标签在 HTML 页面中创建水平线。
HTML 段落是通过标签 < p > 来定义的。
HTML 图像是通过标签 < img > 来定义的。

网页展示

主页
在这里插入图片描述

点击“之前做的版本”后
在这里插入图片描述

代码

主页

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title></title> 
</head>
<body>

<table width="600" border="1">
<tr>
<td colspan="2" style="background-color:antiquewhite;">
<h1>LSQ自我介绍</h1>
</td>
</tr>

<tr>
<td style="background-color:greenyellow;width:150px;vertical-align:top;">
<b>兴趣列表</b><br>
<a href="https://space.bilibili.com/130892514" target="&quot;_blank&quot" rel="noopener noreferrer">做过的视频</a><br>
<a href="https://www.wowchina.com/zh-cn/" target="&quot;_blank&quot" rel="noopener noreferrer">打过的游戏</a><br>
<a href="index.html" target="&quot;_blank&quot" rel="noopener noreferrer">之前做的版本</a><br>
</td>
<td style="background-color:#eeeeee;height:200px;width:400px;vertical-align:top;">
<b>就没了 就这些</b>
		<code>颜色不要在意 只是尝试</code>
</tr>
</table>

</body>
</html>

点击“之前做的版本”后

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>LSQ个人介绍页</title>
		<style type="text/css">
			body {background-color:burlywood}
			p {color: aliceblue;}
		</style>
	</head>
	<body>
		<h1>LSQ个人介绍页</h1>
		<hr>
		<p>LSQ 北京工商大学信管系学生</p>
		<p>没啥兴趣 最近脸异常的黑</p>
		<a href="https://space.bilibili.com/130892514" target="&quot;_blank&quot" rel="noopener noreferrer">做了几个视频可以看看</a><hr />
		<b>就没了 就这些</b>
		<code>颜色不要在意 只是尝试</code>
		<p></p>
		<img border="1" src="img/1.jpg" width="100" height="100"/>
	</body>
</html>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值