1.Einführung der HTML(Hypertext Markup Language)

1.1 Grundlegendes Label

1.1.1 Block Label

<h1> Großte Überschrift

<h2>-<h6> von groß zu klein

<p> Absatz

<div> Normales Block Label

<hr/> Horizontale Linie

<ul> Ungeordnete Liste

<ol> Ordnete Liste

1.1.2 Inline Label

<b> Boldface

<i> Kursiv

<sub> Tiefstellung

<sup> Hochstellung

<span> Normales Label,kein Auswirkung

<a> Link

1.1.3 Link

Absolute Path:

href:http,https,mailto,ftp

Relativer Pfad:

./: Dieses Verzeichnis

../: Obere Verzeichnis

../../: Obere Verzeichnis oberer Verzeichnis

/: Stammverzeichnis

1.1.4 Tabelle

<table>:es kann Tabelle erstellen

<tr>:Table row,es repräsentiert Zeile bei der Tabelle

<td>:Table data,es repräsentiert Glied bei der Tabelle

1.1.5 Form

<input>:

type:text,password,checkbox,radio,submit,reset,button,file,hidden,image.default text

name:Einer bestimmt Name

value:Default Value

2.Seitenlayout

Box-Modell:

3.Javascript

JavaScript (kurz JS) ist eine Skriptsprache, die ursprünglich 1995 von Netscape für dynamisches HTML in Webbrowsern entwickelt wurde, um Benutzerinteraktionen auszuwerten, Inhalte zu verändern, nachzuladen oder zu generieren und so die Möglichkeiten von HTML und CSS zu erweitern.

<script type="text/javascript">
alert("Hello")
</script>

3.1 Häufig verwendet Funktion

parseInt(numString,[radix]):numString ist die Zahl.Radix ist Stellenwertsystem,Falls Präfix "0" ist,default Oktalsystem;Falls Präfix "0x" ist,default Hexdezimalsystem

typeof():beurteilen Typ von Objekten.Return Value besteht aus number,string,boolean,object,function und undefined

condition?expression1:expression2  :Falls condition wahr ist,expression1,sonst expression2

3.2 JS eingebautes Objekt

Date,Math,String,Array

3.3 Event

事件 描述
onchange Falls HTML Element korrigiert wird
onclick Falls Benutzer auf HTML Element klickt
onmouseover Falls Benutzer auf HTML Element die Maus fortbewegen
onmouseout Falls Benutzer von HTML Element die Maus entfernt
onkeydown Falls Benutzer auf Keyboard drückt
onload Falls Browser Ladung der Seite schafft

WEB Front-end Development Technology的更多相关文章

  1. Angular 2 for 2017 web full stack development

    1 1 1 Angular 2 for 2017 web full stack development 1 1 https://angular2.xgqfrms.xyz/ https://ng2-he ...

  2. WAF(Web Appliction Firewall) Bypass Technology Research

    catalog . What is Firewall . Detecting the WAF . Different Types of Encoding Bypass . Bypass本质 1. Wh ...

  3. web front end stack web 前段技术概览

    https://github.com/unruledboy/WebFrontEndStack

  4. Beginners Guide To Web Development

    Web Development Front End Development Back End Development

  5. Frontend Development

    原文链接: https://github.com/dypsilon/frontend-dev-bookmarks Frontend Development Looking for something ...

  6. 2016 Web开发资源工具大搜罗

    来源于:https://zhuanlan.zhihu.com/p/22730771 作者:余博伦链接:https://zhuanlan.zhihu.com/p/22730771来源:知乎著作权归作者所 ...

  7. 超全的web开发工具和资源

    首页 新闻 产品 地图 动态 城市 帮助 论坛 关于 登录 注册 · 不忘初心,继续前进,环境云V2接口正式上线 · 环境云测点地图全新改版 · 祝福各位环境云用户中秋快乐!   平台信息 培训互动 ...

  8. 个人Web工具箱&资源整理(1)

    很久就想把使用的工具及收藏的资源整理一番:一是为了传达博客社区的理念:资源共享,而是方便自己及团队快速获取. 学习资源: 首推两个入门级在线参考网站. 1 w3c school. 2 Runoob.c ...

  9. 【翻译】使用Knockout, Web API 和 ASP.Net Web Forms 进行简单数据绑定

    原文地址:http://www.dotnetjalps.com/2013/05/Simple-data-binding-with-Knockout-Web-API-and-ASP-Net-Web-Fo ...

随机推荐

  1. easyui datagrid fit 属性

    fit:true - 自适应大小,填充容器 fitColumns:true - 自动使列适应表格宽度以防止出现水平滚动.

  2. Let it crash philosophy for distributed systems

    This past weekend I read Joe Armstrong’s paper on the history of Erlang. Now, HOPL papers in general ...

  3. 知物由学 | AI网络安全实战:生成对抗网络

    本文由  网易云发布. “知物由学”是网易云易盾打造的一个品牌栏目,词语出自汉·王充<论衡·实知>.人,能力有高下之分,学习才知道事物的道理,而后才有智慧,不去求问就不会知道.“知物由学” ...

  4. django系列2--下载安装、项目创建、配置、启动

    Django下载与安装 一.使用pip: 1.下载: django的官网下载页:https://www.djangoproject.com/download/ 1.使用pip安装, 在cmd命令行中输 ...

  5. ClamAV学习【7】——病毒库文件格式学习

    搜查到一份详细的ClamAV病毒文件格式资料(http://download.csdn.net/detail/betabin/4215909),英文版,国内这资料不多的感觉. 重点看了下有关PE的病毒 ...

  6. httpclient post请求例子(无参数名与带参数名的例子),多线程并发处理

    版本:4.1 带参数名的情况 HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(url ...

  7. trunc 函数用法

    转载至:http://blog.csdn.net/aqszhuaihuai/article/details/6303686 1.trunc用于日期,可精确到年,月和日. select trunc(sy ...

  8. 3.1 High Availability

    摘要: 出处:黑洞中的奇点 的博客 http://www.cnblogs.com/kelvin19840813/ 您的支持是对博主最大的鼓励,感谢您的认真阅读.本文版权归作者所有,欢迎转载,但请保留该 ...

  9. QuantLib 金融计算——随机过程之 Heston 过程

    目录 QuantLib 金融计算--随机过程之 Heston 过程 Heston 过程 参考文献 如果未做特别说明,文中的程序都是 Python3 代码. QuantLib 金融计算--随机过程之 H ...

  10. User类 新增共有属性Current ID

    一.题目描述 每个用户有用户编号(id),用户名(name),密码(passwd)三个属性.其中: 用户编号(id)由系统自动顺序编号,用户名和密码都是字母.数字.符合的组合,新用户密码,默认“111 ...