我們為大家收集整理了關於html代碼基礎,以方便大家參考。
字體語法:
align=center 字體居中
align=right 字體居右
align=left 字體居左
align=up 字體居上
align=down 字體居下
<"> <"> <"> <b>...</b> 粗體字
<strong>...</strong> 99彩票|http://99caipiao.com.cn粗體字(強調)
<i>...</i> 斜體字
<em>...</em> 斜體字(強調)
<dfn>...</dfn> 斜體字(表示定義)
<u>...</u> 底線
<ins>...</ins> 底線(表示插入文字)
<strike>...</strike> 橫線
<s>...</s> 刪除線
<del>...</del> 刪除線(表示刪除)
<kbd>...</kbd> 鍵盤文字
<tt>...</tt> 打字體
<"> <listing>...</listing> 固定寬度小字體
<"> <hr> 水平線
<hr size="9" 水平線(設定大小)
<hr width="80%"> 水平線(設定寬度)
<hr color="ff0000"> 水平線(設定顏色)
<br> (換行)
<nobr>...</nobr> (不換行)
<p>...</p> (段落)
<center>...</center> 置中 <!>連結格式
<base href=地址> 99彩票|http://99caipiao.com.cn (預設好連結路徑)
<a href=地址></a> 外部連結
<a href=地址 target="_blank"></a> 外部連結(另開新窗口)
<a href=地址 target="_top"></a> 外部連結(全窗口連結)
<a href=地址 target="頁框名"></a> 外部連結(在指定頁框連結)
貼圖/音樂:
<img src=圖片地址> 貼圖
<img src=圖片地址 width="180"> 設定圖片寬度
<img src=圖片地址 height="30"> 設定圖片高度
<img src=圖片地址 alt="提示文字"> 設定圖片提示文字
<img src=圖片地址 border="1"> 設定圖片邊框
<bgsound src=MID音樂文件地址> 背景音樂設定
<body "> <body > 設定背景顏色
<embed src="flash地址" width="寬度" height="高度"> 貼Flash圖
<img dynsrc="影視文件地址" width="寬度" height="高度" start=mouseover> 貼影視
<iframe src="相關地址" width="寬度" height="高度"></iframe> 貼網頁
<A href="對方網址">寫文字 99彩票|http://99caipiao.com.cn 文字連接
<a href="對方網址"><IMG src="圖片地址" border=0> 圖片連接
<DIV><"> <P align=center><"> <marquee>...</marquee>普通滑動
<marquee behavior=slide>...</marquee>滑動
<marquee behavior=scroll>...</marquee>預設卷動
<marquee behavior=alternate>...</marquee>來回滑動
<marquee direction=down>...</marquee>向下滑動
<marquee direction=up>...</marquee>向上滑動
<marquee direction=right></marquee>向右滑動
<marquee direction=left></marquee>向左滑動
<marquee loop=2>...</marquee>滑動次數
<marquee width=180>...</marquee>設定寬度
<marquee height=30>...</marquee>設定高度
<marquee bgcolor=FF0000>...</marquee>設定背景顏色
<marquee scroll99彩|http://99caiw.comamount=2>...</marquee>設定滑動速度數值
<marquee scrolldelay=200>...</marquee>設定滑動時間
<marquee scrolldelay=300 scrollamount=100>插入文字</marquee>滑動停頓
<body ">五.表格語法:
<table aling=left>...</table>表格位置,置左
<table aling=center>...</table>表格位置,置中
<table "> <table border=邊框大小>...</table>設定表格邊框大小(使用數字)
<table bgcolor=顏色碼>...</table>設定表格的背景顏色
<table borderclor=顏色碼>...</table>設定表格邊框的顏色
<table borderclo99彩|http://99caiw.comrdark=顏色碼>...</table>設定表格暗邊框的顏色
<table borderclorlight=顏色碼>...</table>設定表格亮邊框的顏色
<table cellpadding=參數>...</table>指定內容與網格線之間的間距(使用數字)
<table cellspacing=參數>...</table>指定網格線與網格線之間的距離(使用數字)
<table cols=參數>...</table>指定表格的欄數
<table frame=參數>...</table>設定表格外框線的顯示方式
<table width=寬度>...</table>指定表格的寬度大小(使用數字)
<table height=高度>...</table>指定表格的高度大小(使用數字)
<td colspan=參數>...</td>指定儲存格合並欄的欄數(使用數字)
<td rowspan=參數>...</td>指定儲存格合並列的列數(使用數字)
<!>分割窗口 99彩|http://99caiw.com
<frameset cols="20%,*">左右分割,將左邊框架分割大小為20%右邊框架的大小浏覽器會自動調整
<frameset rows="20%,*">上下分割,將上面框架分割大小為20%下面框架的大小浏覽器會自動調整
<frameset cols="20%,*">分割左右兩個框架
<frameset cols="20%,*,20%">分割左中右三個框架
<分割上下兩個框架
<frameset rows="20%,*,20%">分割上中下三個框架 &n