上海企樂網(wǎng)站制作公司河南專業(yè)網(wǎng)站建設(shè)
?博主:命運之光?
🌸專欄:Python星辰秘典
🐳專欄:web開發(fā)(簡單好用又好看)
??專欄:Java經(jīng)典程序設(shè)計
??博主的其他文章:點擊進入博主的主頁
目錄
?問題背景
?解決樣例
網(wǎng)頁版
手機版
源代碼
?代碼的使用方法(超簡單什么都不用下載)
🍓1.打開記事本?
🍓2.將上面的源代碼復制粘貼到記事本里面將文件另存為HTML文件點擊保存即可
🍓3.打開html文件(大功告成(●'?'●))
總結(jié)
問題背景
將網(wǎng)頁布局成上面的樣子。
?解決樣例
網(wǎng)頁版
手機版
源代碼
<!DOCTYPE html>
<html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>網(wǎng)頁設(shè)計</title><style>hr {height: 3px;background-color: green;border: none;margin: 20px 0;}.center-text {text-align: center;color: blue;font-size: 24px;margin-top: 20px;}.poem {text-align: center;margin: 20px 0;}.bold-center {text-align: center;font-weight: bold;}.poem-title {font-weight: bold;}</style>
</head><body><div class="center-text">網(wǎng)頁中的文字</div><hr><div class="poem"><div class="poem-title">錦瑟</div>錦瑟無端五十弦,一弦一柱思華年。<br>莊生曉夢迷蝴蝶,望帝春心托杜鵑。<br>滄海月明珠有淚,藍田日暖玉生煙。<br>此情可待成追憶,只是當時已惘然。</div><hr><div class="bold-center">使用<code><code></code>標簽輸入計算機代碼。</div><br>
<code>
int main(){int x;printf("請輸入一個十進制整數(shù):\n");scanf("%d",&x);printf("輸入十進制整數(shù)為:%d\\n");doctob{x};doctob{x};doctob{x};
}
</code><hr><div class="bold-center">使用<code><pre></code>標簽輸入計算機代碼。</div><br>
<pre>
int main(){int x;printf("請輸入一個十進制整數(shù):\n");scanf("%d",&x);printf("輸入十進制整數(shù)為:%d\\n");doctob{x};doctob{x};doctob{x};
}
</pre>
</body></html>
?代碼的使用方法(超簡單什么都不用下載)
🍓1.打開記事本?
🍓2.將上面的源代碼復制粘貼到記事本里面將文件另存為HTML文件點擊保存即可
🍓3.打開html文件(大功告成(●'?'●))
總結(jié)
學校簡單的入門案列,分享給大家。
本章的內(nèi)容就到這里了,覺得對你有幫助的話就關(guān)注一下博主吧~
🌌點擊下方個人名片,交流會更方便哦~
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓?↓ ↓ ↓ ↓ ↓ ↓ ↓
?