HTML, XHTML and CSS For Dummies
eBook - ePub

HTML, XHTML and CSS For Dummies

Ed Tittel, Jeff Noble

Compartir libro
  1. English
  2. ePUB (apto para móviles)
  3. Disponible en iOS y Android
eBook - ePub

HTML, XHTML and CSS For Dummies

Ed Tittel, Jeff Noble

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

The indispensable introductory reference guide to HTML, XHTML and CSS

Even though new technologies enable people to do much more with the Web, in the end HTML, XHTML and CSS are still at the root of any Web site. The newest edition of this bestselling guide is fully updated and revised for the latest technology changes to the field, including HTML5 and CSS3. Illustrated in full color, this book provides beginner and advanced coders the tools they need to be proficient at these programming languages.

  • Shows you how to create a Web page and formulate XHTML document structure
  • Addresses working with content management systems (WordPress, Drupal, and Joomla), and designing for mobile devices (iPhone, BlackBerry, and Android)
  • Introduces HTML5 and CSS3, tools critical to mobile Web development
  • Reviews working with text, lists, and images, and customizing links
  • Demonstrates ways to employ cascading style sheets (CSS) and get creative with colors and fonts
  • Details integrating scripts with XHTML and understanding deprecated HTML markup tags

Written by two veteran computer whizzes, HTML, XHTML and CSS For Dummies will help you get the design results you want!

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es HTML, XHTML and CSS For Dummies un PDF/ePUB en línea?
Sí, puedes acceder a HTML, XHTML and CSS For Dummies de Ed Tittel, Jeff Noble en formato PDF o ePUB, así como a otros libros populares de Computer Science y Programming in HTML. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Editorial
For Dummies
Año
2010
ISBN
9781118015339
Edición
7
Part I
Getting to Know (X)HTML and CSS
9780470916599-pp0101.eps
In this part . . .
Here, we explore and explain basic HTML document links and structures. We also explain the role that Web browsers play in delivering all this stuff to people’s desktops. We even explain where the (X) comes from — namely, a reworking of the original description of HTML markup using XML syntax to create (X)HTML — and go on to help you understand what makes (X)HTML different (and possibly better, according to some) than plain old HTML. We also look at general Web page anatomy, the various pieces and parts that make a Web page, and how CSS helps manage their presentation, placement, and even color when they appear on somebody’s display.
Next, we take you through the exercise of creating and viewing a simple Web page so you can understand what’s involved. We also explain making changes to an existing Web page and how to post your changes (or a new page) online.
This part concludes with a rousing exhortation to figure out what you’re doing before making too much markup happen. A well built house starts with a set of blueprints and architectural drawings, and a Web page (and site) should start with a plan or a map, too, with some idea of where your pages will reside in cyberspace and how hordes of users can find their way to them.
Chapter 1
The Least You Need to Know about HTML, CSS, and the Web
In This Chapter
Creating HTML in text files
Serving and browsing Web pages
Understanding links and URLs
Understanding basic HTML syntax
Understanding basic CSS
Welcome to the wonderful world of the Web, (X)HTML, and CSS. With just a little knowledge, some practice, and something to say, you can build your own little piece of cyberspace or improve on existing work.
remember_4c.eps
You’ll notice we use (X)HTML throughout this book. This is an acronym we made up to stand for “either HTML or XHTML,” where HTML is Hypertext Markup Language, and XHTML is Extensible Hypertext Markup Language. Although HTML and XHTML aren’t exactly identical, they’re enough like each other for this reference to make sense.
This book is your down-and-dirty guide to understanding Web documents, sprucing up an existing page, or creating complex and exciting pages that integrate intricate designs, multimedia, and scripting.
The best way to start working with HTML is to jump right in, so that’s what this chapter does: It brings you up to speed on the basics of how (X)HTML and CSS work behind the scenes inside Web pages, introducing you to their underlying building blocks. When you’re done with this chapter, you’ll know how (X)HTML and CSS work so you can start creating or editing Web pages right away.
Web Pages in Their Natural Habitat
Web pages can accommodate many kinds of content, such as text, graphics, forms, audio and video files, and even interactive games.
Browse the Web for only a moment, and you see a buffet of information and content displayed in many ways. Every Web site is different, but most have one thing in common: the Hypertext Markup Language (also known as HTML). You’ll also run into Extensible Hypertext Markup Language (XHTML) and Cascading Style Sheets (CSS) pretty regularly, too.
Whatever information a Web page contains, every Web page is created using HTML (or some reasonable facsimile). HTML is the mortar that holds Web pages together; graphics, content, and other information are the bricks; CSS tells Web pages how they shou...

Índice