用html做一个美食网站,我要做一个网页设计,关于健康与美食的,用DREAMWEAVER来做的,有这个本领的亲可以帮助我吗?我会买
用html做一个美食网站目录
我要做一个网页设计,关于健康与美食的,用DREAMWEAVER来做的,有这个本领的亲可以帮助我吗?我会买
用html做一个美食网站
```html
u003c!DOCTYPE htmlu003e
u003chtmlu003e
u003cheadu003e
u003ctitleu003e美食网站u003c/titleu003e
u003cstyleu003e
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #f8f9fa;
padding: 10px;
text-align: center;
}
nav {
background-color: #343a40;
color: #fff;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
nav ul li {
float: left;
}
nav ul li a {
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
nav ul li a:hover {
background-color: #111;
}
main {
padding: 20px;
}
u003c/styleu003e
u003c/headu003e
u003cbodyu003e
u003cheaderu003e
u003ch1u003e欢迎来到美食网站u003c/h1u003e
u003c/headeru003e
u003cnavu003e
u003culu003e
u003cliu003eu003ca href=u003eu003ca href=u003c/navu003e
u003cmainu003e
u003ch2u003e热门美食推荐u003c/h2u003e
u003culu003e
u003cliu003e麻辣香锅u003c/liu003e
u003cliu003e水煮鱼u003c/liu003e
u003cliu003e宫保鸡丁u003c/liu003e
u003cliu003e红烧肉u003c/liu003e
u003c/ulu003e
u003c/mainu003e
u003c/bodyu003e
u003c/htmlu003e
```
我要做一个网页设计,关于健康与美食的,用DREAMWEAVER来做的,有这个本领的亲可以帮助我吗?我会买
参照上面做呗 代码什么的也不是很费劲 给你好创意先