亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何制作一個簡單的index.html網頁?

如何制作一個簡單的index.html網頁?

制作一個簡單的index.html網頁
查看完整描述

4 回答

?
慕姐4208626

TA貢獻1852條經驗 獲得超7個贊

<html>
<head>
<title>網頁設計與網站建設課程網站</title>
<meta http-equiv="keywords" content="網頁設計,網站建設,課程信息">
<meta http-equiv="description" content="網頁設計與網站建設課程網站">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
body {
background-color: #660000;
color:#FFF;
}
div.container {
padding:50px 70px 20px 10px;
}
span.title {
font-weight:bold;
}
</style>
</head>
<body>
<div class="container">
<div>
<span class="title">
網頁設計與網站建設課程網站
</span>
</div>
<div class="content">
<p>
網頁設計
</p>
<p>
網站建設
</p>
<p>
課程信息
</p>
</div>
<div>
</body>
</html>



查看完整回答
反對 回復 2019-04-15
?
精慕HU

TA貢獻1845條經驗 獲得超8個贊

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>

你想做網頁的內容就寫在這里

</body>
</html>



查看完整回答
反對 回復 2019-04-15
?
胡說叔叔

TA貢獻1804條經驗 獲得超8個贊

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.notice{
width: 300px;
margin: 0 auto;
border: 3px solid #666;
background: blue;
color: white;
}
.notice h1{font-size: 30px; text-align: center; padding-bottom: 30px;}
.notice a{color: white; text-decoration: none;}
</style>
</head>
<body>
<div class="notice">
<h1>通知</h1>
<ul>
<li>
<a href="#">通知1</a>
</li>
<li>
<a href="#">通知2</a>
</li>
<li>
<a href="#">通知3</a>
</li>
<li>
<a href="#">通知4</a>
</li>
</ul>
</div>
</body>
</html> 

查看完整回答
反對 回復 2019-04-15
  • 4 回答
  • 0 關注
  • 6410 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號