導航:首頁 > 萬維百科 > 歡迎的網頁頁面設計

歡迎的網頁頁面設計

發布時間:2020-10-15 22:48:42

1、優秀的網站頁面設計說起來很簡單,可具體怎麼做?

額……理論知識這個東西,不懂的人的確是看不懂呀……我這說了估計還是理論知識,建議這種理論知識不要強迫自己理解, 用來學一學作為後期對別人給自己做的網站的檢查可能更好一點~

首先應該有一個設計方案,把想放在網站頁面設計上的東西做一個規劃,比如說網站的整體風格,欄目和項目的具體樣式有一個初步的規劃,定下了初稿之後,才能更好的進行下一步。這一步呢就需要你來好好思考一下了!

如果是跨國公司或者韓國本土公司,需要做韓語網站的話,還需要把相對應的項目翻譯一下,這樣才能讓網民有更高的閱讀體驗。並且這種情況建議使用三種語言,中文+該國語言+英語。


接下來就是具體的分步驟的網站頁面設計了。一般來說分三個部分,首頁,欄目頁,內容頁。那麼大部分公司網站如何製作的呢?很大一步部分的公司網站都會選擇把公司的logo放在左上角或者右上角等比較醒目的位置上。

頂部做一個導航欄,假如網頁的整體背景使用的是公司圖片的話,最好建議導航欄設計的與眾不同一點,但是不要遮擋別的信息。欄目頁,和內容頁就比較簡單,頂部底部不變,中間按照自己的需求改一下就ok了。


除了頁面布局的規劃、色彩的搭配、字體的選取需合理得當,還應合理利用標簽、靜態網頁還是動態網頁的選擇上有一個篤定的規劃。標簽建議不要太少或太長,合理地利用網頁標題、描述、關鍵字才能在同行業中具有競爭力。網頁選擇上建議選擇靜態網頁,靜態網頁更容易被搜索引擎檢索。除此之外,網頁文件名的設置也格外重要,忌設置一些復雜、深奧的文件名。


總而言之,優秀的網站頁面設計需要明確設計思路、有條不紊的欄目設置、熟悉製作流程、重視鏈接的插入、標簽的設置、文件名的命名以及獨立性、關聯性的考量。只要遵循圍繞主題進行的設計理念,才可以擁有一個適合自己公司,對公司有幫助的網站~

以上就是設計小能手redtrans_cs小姐姐的意見了~以下提供點我做的某韓國公司網站的一小部分參考~


2、如何設計一張好看的查詢網頁頁面

去找素材啊,網上很多的,覺得好的直接套過來用不就行了。
除了功能不能COPY,頁面設計找素材,自己設計累死你。
下面說下個人觀點:你指的好看不一定在別人眼裡是好看的,這個太籠統了。
大致標准精簡的查詢頁面,也就一個輸入框,用來輸入查詢的數據,一個按鈕,如果要好看點在加個小圖標來襯托下,還想好看點就通過樣式去改變文本框的形狀,字體的樣式,在做一些事件效果,比如滑鼠移動到文本框上讓文本框發亮,移出以後恢復原來的樣式。文本框背景可預選設置文本,文本可以寫:請輸入查詢內容;然後滑鼠移上去後改內容就自動消失了等等。
這個真心建議你去網上找素材,百度搜關鍵字:登錄界面素材,注冊界面模板,查詢界面樣式等這些關鍵字,好多的。

3、網頁設計中的,網頁布局有幾種方式?哪種方式最快?

頁面布局就一種 就是HTML+CSS
看怎麼樣代碼越簡練越好
如果一個DIV 就能設定好LOGO的位置了 何必劃分那麼多個表格
如果文章列表裡有時間 作者等信息 甚至是一些類似EXCEL表的東西 需要每列對齊 那LI肯定排版不如表格來的方便 代碼頁簡練 那就用TABLE來做

盡量用最少的代碼 來做頁面就最好了

如果有上百個頁面 很多部分比較類似 就使用iframe嵌套的頁面 或者用程序里的include來包含頁面最好 比如頂部包含頁面 底部包含頁面 菜單頁面 左側頁面 右側頁面 都單獨獨立出來

4、html網頁設計:一個簡單的登錄界面代碼!

<input
type='button'
text='登陸'
onclick='return
checknull()'>你說的要能識別是否輸入了用戶名和密碼!需要用腳本來驗證
<script>
function
checknull()
{
var
a=document.getElementById('用戶名文本框ID').text;
var
b=document.getElementById('密碼文本框ID').text;
if(a.length>0&&b.length)
return
true;
else
return
false;
}
<script>

5、網頁設計 類似百度搜索頁面是怎麼做出來的

網頁設計這個一般都是要求會前端代碼,html css js flash 還有些其他的腳本插件什麼的。

如果代碼寫的熟練可以不用DW。寫網頁的工具很多,用txt文本文檔也可以。


好了,貼上搜索框代碼,使用需要後台程序支持,直接點了可是什麼都沒有哦。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>搜索框</title>
<style type="text/css" media="screen">
      body {
        background-color: #f1f1f1;
        margin: 0;
      }
      body,
      input,
      button {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
      .container { margin: 30px auto 40px auto; width: 800px; text-align: center; }

      a { color: #4183c4; text-decoration: none; font-weight: bold; }
      a:hover { text-decoration: underline; }

      h3 { color: #666; }
      ul { list-style: none; padding: 25px 0; }
      li {
        display: inline;
        margin: 10px 50px 10px 0px;
      }
      input[type=text],
      input[type=password] {
        font-size: 13px;
        min-height: 32px;
        margin: 0;
        padding: 7px 8px;
        outline: none;
        color: #333;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right center;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in 0;
        vertical-align: middle;
      }
      .button {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 8px 15px;
        font-size: 13px;
        font-weight: bold;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,0.9);
        white-space: nowrap;
        background-color: #eaeaea;
        background-image: -moz-linear-gradient(#fafafa, #eaeaea);
        background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
        background-image: linear-gradient(#fafafa, #eaeaea);
        background-repeat: repeat-x;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-bottom-color: #c5c5c5;
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
        vertical-align: middle;
        cursor: pointer;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
      }
      .button:hover,
      .button:active {
        background-position: 0 -15px;
        border-color: #ccc #ccc #b5b5b5;
      }
      .button:active {
        background-color: #dadada;
        border-color: #b5b5b5;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
      }
      .button:focus,
      input[type=text]:focus,
      input[type=password]:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
      }
     
      label[for=search] {
        display: block;
        text-align: left;
      }
      #search label {
        font-weight: 200;
        padding: 5px 0;
      }
      #search input[type=text] {
        font-size: 18px;
        width: 705px;
      }
      #search .button {
        padding: 10px;
        width: 90px;
      }

    </style>
</head>
<body>
<div class="container">
  <div id="search">
    <label for="search"></label>
    <input type="text" name="q">
    <input class="button" type="submit" value="Search">
  </div>
</div>
<div style="text-align:center;margin:100px 0; font:normal 14px/24px 'MicroSoft YaHei';">
</div>
</body>
</html>

6、網頁設計(網頁界面設計)的問題,謝謝!

你真牛,能帶這么多網址。

7、html網頁設計:一個簡單的登錄界面代碼!

是這樣的效果嗎?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>3</title>
<script>
function r()
{

var username=document.getElementById("username");

var pass=document.getElementById("password");
if(username.value=="")
{
alert("請輸入用戶名");
username.focus();
return;
}
if(pass.value=="")
{
alert("請輸入密碼");
return;
}
return true;
}
</script>
</head>
<body>
<form>
<table width="350" bgcolor="#ccffcc" style="border-color" border="1">
<tr align=center>
<td>用戶名</td><td><input type="text" name="username" id="username"></td>
</tr>
<tr align=center><td>密 碼</td><td><input type="password" name="password" id="password"></td></tr>
<tr align=center><td>驗證碼</td><td><input type="text" name="yanzheng"></td></tr>
<tr align=center><td colspan="2"><input type="button" value="登 錄" onclick="r();"/>     <input type="reset" value="重 置"/></td></tr>

</table>
</form>
</body>
</html>

8、如何在正式,嚴謹的網頁頁面,做有趣味性的設計

這個如果在做的不嚴謹的網站,可以找到。比如點開鏈接,看地址欄,是一個php或者jsp頁面,就說明後台是PHP或JAVA做的。比如,右鍵網頁源代碼,找到表單的form屬性,可能是一個.php或者.action。也可以判斷出來。
不過,後台語言,在界面的源代碼中是沒辦法通過瀏覽器查看的。

與歡迎的網頁頁面設計相關的知識