Giter VIP home page Giter VIP logo

html's Issues

order

这是一个有序列表:

  1. 咖啡
  2. 牛奶

html5

PRC

The People's Republic of China was born in 1949...

unorder

这是一个无序列表:

  • 咖啡
  • 牛奶

childNodes属性

<title>childNodes属性</title> <style type="text/css"> #intro{font-size:28px; color:#ff0000;} #txt{font-size:48px;} </style>

Hello World!

<script> var txt=document.getElementById("intro").childNodes[0].nodeValue; document.write(txt); </script>

html div

This is a header

This is a paragraph.

This is a header

This is a paragraph.

css3div

<style> div { width:300px; height:400px; background-color:#ff9900; -moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */ box-shadow: 10px 10px 5px #888888; } </style>

radius-opacity

<style> .dj{ height:50px; width:36px; border:solid 1px #ff0000; border-radius:10px; opacity:0.1; background-color:#555555;} </style>

css3 border-shadow

<style> div { width:300px; height:100px; background-color:#ff9900; -moz-box-shadow:10px 10px 5px #888888; /* 老的 Firefox */ box-shadow:10px 10px 5px #888888; } </style>
border-radius 属性允许您向元素添加圆角。

form

用户名:

密码:

练习在公司做的项目登录页

我有基础,我一定能做

管理维护静态页面时,使用单独的header页或footer页

使用通用的header页时,导航中的二级下拉菜单有可能会显示不出来。将header.html页转换成js文件,问题就解决了。

footer页中的菜单链接(a标签href属性)用 target="mainFrame" 语句可以使新打开的页面在本页正常显示,使用target=_blank,target=_parent,等语句可能会出显示不正常的问题。

css3 border

<style> div { tex-align:center; border:2px solid #a1a1a1; padding:10px 40px; background:#dddddd; width:350px; border-radius:25px; -moz-border-radius:25px; /* 老的 Firefox */ } </style>
border-radius 属性允许您向元素添加圆角。

text-shadow

<style> h1 { text-shadow:5px 5px 5px #ff0000; } </style>

文本阴影效果!test

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.