第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何制作一個(gè)簡(jiǎn)單的index.html網(wǎng)頁(yè)?

如何制作一個(gè)簡(jiǎn)單的index.html網(wǎng)頁(yè)?

制作一個(gè)簡(jiǎn)單的index.html網(wǎng)頁(yè)
查看完整描述

4 回答

?
慕姐4208626

TA貢獻(xiàn)1852條經(jīng)驗(yàn) 獲得超7個(gè)贊

<html>
<head>
<title>網(wǎng)頁(yè)設(shè)計(jì)與網(wǎng)站建設(shè)課程網(wǎng)站</title>
<meta http-equiv="keywords" content="網(wǎng)頁(yè)設(shè)計(jì),網(wǎng)站建設(shè),課程信息">
<meta http-equiv="description" content="網(wǎng)頁(yè)設(shè)計(jì)與網(wǎng)站建設(shè)課程網(wǎng)站">
<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">
網(wǎng)頁(yè)設(shè)計(jì)與網(wǎng)站建設(shè)課程網(wǎng)站
</span>
</div>
<div class="content">
<p>
網(wǎng)頁(yè)設(shè)計(jì)
</p>
<p>
網(wǎng)站建設(shè)
</p>
<p>
課程信息
</p>
</div>
<div>
</body>
</html>



查看完整回答
反對(duì) 回復(fù) 2019-04-15
?
精慕HU

TA貢獻(xiàn)1845條經(jīng)驗(yàn) 獲得超8個(gè)贊

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

你想做網(wǎng)頁(yè)的內(nèi)容就寫(xiě)在這里

</body>
</html>



查看完整回答
反對(duì) 回復(fù) 2019-04-15
?
胡說(shuō)叔叔

TA貢獻(xiàn)1804條經(jīng)驗(yàn) 獲得超8個(gè)贊

<!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> 

查看完整回答
反對(duì) 回復(fù) 2019-04-15
  • 4 回答
  • 0 關(guān)注
  • 6392 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)