您现在的位置:首页 >> 前端 >> 内容

前端图形标签实现代码

时间:2018/2/26 10:58:51 点击:

  核心提示:前端图形标签实现代码!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN https://www.w3.org/TR/html4/lo...

前端图形标签实现代码

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>


	<!-- 
		<img>
			src:图形的地址
			width:宽度
			height:高度
			border:边框
			align:对齐方式   代表图片与相邻的文本的相对位置 top middle bottom
			alt:图片的文字说明
	 -->
	 
	 <img src="images/1.jpg" alt="mm一枚" width="50%" height="73%" border="5" align="bottom" />
	 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 




</body>
</html>

作者:网络 来源:chshxing20