Practical web development : learn CSS, JavaScript, PHP, and more with this vital guide to modern web development /
This book is perfect for beginners who want to get started and learn the web development basics, but also offers experienced developers a web development roadmap that will help them to extend their capabilities.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2015.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover
- Copyright
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Table of Contents
- Preface
- Chapter 1: The World Wide Web
- World Wide Web
- The Internet
- HTTP and HTML
- HTML
- HTTP
- The World Wide Web Consortium (W3C)
- Mosaic
- The first browser
- Netscape
- Internet Explorer
- The explosion of the Web
- Amazon.com and e-commerce
- Google and Yahoo
- Social networking
- Web development
- HTML
- HTML editors and other tools
- Browsers and web servers
- CSS
- ""JavaScript""""PHP""; ""Data""; ""Summary""; ""Chapter 2: HTML""; ""HTML versions""; ""Semantic and presentational HTML""; ""The structure and syntax of an HTML document""; ""Doctype""; """"; ""Syntax for tags or elements inside the document""; ""HTML comments""; ""Links""; "" tag and attributes""; ""href attribute""; "" name attribute""; "" target attribute""; ""Classic document elements""; "", , , � : headings""; "" paragraph""; "" span""; ""Lists""; ""Images""; "" element and attributes""; ""Image width and height""; ""Input forms""
- Form elementsForm attributes
- The label attribute
- Input attributes
- The name attribute
- The value attribute
- The checked attribute
- The readonly attribute
- Textarea
- Drop-down lists
- The disabled attribute
- The selected attribute
- Tables
- Table elements
- Table attributes
- colspan (td)
- rowspan (td)
- , the uebertag
- HTML entities
- HTML5-specific tags
- Summary
- Chapter 3: CSS
- Adding styles to our documents
- External style sheets
- Internal CSSInline styles
- The Document Object Model (DOM)
- Selectors
- Multiple classes
- Descendants
- Selecting children or siblings
- Specificity
- Block elements and inline elements
- Colors
- Fonts
- So what are fonts?
- Font families
- Serif fonts
- Sans-serif fonts
- Monospace fonts
- The font-family property
- Font-weight and font-style
- Font-size
- Line-height
- The box model
- Padding
- Border
- Margin
- Collapsing margins
- Positioning
- Float
- position:relative
- position:absolute
- Styling listslist-style-type
- list-style-image
- list-style-position
- Styling anchors
- pseudo-classes
- Firebug
- Summary
- Chapter 4: JavaScript
- Programming 101
- Compiled and interpreted languages compared
- JavaScript is not the same as Java
- Java
- JavaScript
- Our first JavaScript program
- Variables
- Variable declarations
- Expressions and operators
- Arithmetic operators
- Control flow
- if
- while
- switch
- Functions
- Scope of variables
- Objects
- DOM objects, properties, methods, and events