原创 CSS的需求

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- html 在一個網頁中負責的事情是一個頁面的結構。 css(層疊樣式表)在一個網頁中主要負責了頁面的數據樣式。

原创 盒子模型作業(仿QQ登錄界面)

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> .outer{ border-style:solid; width:370px

原创 JavaScript

HTML:負責了一個頁面的結構    css: 負責了一個頁面的樣式    javascript: 負責與用戶進行交互。    javascript的歷時:              微軟: 蓋茨認爲未來是"視窗"的世界。        

原创 三角代碼

public class Text {public static void main(String[] args) { /*1*1=11*2 =2

原创 prototype的應用

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> /* 練習:給字符串對象添加一個toCharArray的方法,然後再添加

原创 xml學習筆記

一、XML入門 HTML:負責網頁的結構 CSS:負責網頁的樣式(美觀) JavaScript:負責在瀏覽器端與用戶進行交互 HTML語言特點:(1)由標籤組成;(2)語法結構鬆散,不區分大小寫,結束標籤和開始標籤不一定匹配。 HTML

原创 函數的作業

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <script> function showDay(){ // alert("hehe"); // 找到對應的標籤對象

原创 單例設計模式

單例設計模式:保證一個類在內存中只有一個對象。 餓漢單例設計模式: 1、  私有化構造函數。 2、  聲明本類的引用類型變量並且指向本類的對象,(private static) 3、  提供一個公共靜態的方法獲取本類對象。 例

原创 實體標籤

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; char

原创 HTML&CSS

  html          軟件的結構:                    c/s(ClientServer)結構的軟件。比如:QQ、飛車、飛信                             c/s結構的軟件的缺點:更新

原创 根據屬性找標籤的聯繫

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <script tpe="text/javascript"> /* */ function checkAll(allNode){

原创 HTML常用標籤

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>html常用標籤

原创 表單標籤

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"

原创 城市的聯動框

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> function showCity(){ //維護一個二維數組存儲

原创 常用的CSS樣式

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> /*操作背景的屬性*/ body{ /*background-color:#99