HTML, XHTML and CSS For Dummies
eBook - ePub

HTML, XHTML and CSS For Dummies

Ed Tittel, Jeff Noble

Share book
  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

HTML, XHTML and CSS For Dummies

Ed Tittel, Jeff Noble

Book details
Book preview
Table of contents
Citations

About This Book

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!

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is HTML, XHTML and CSS For Dummies an online PDF/ePUB?
Yes, you can access HTML, XHTML and CSS For Dummies by Ed Tittel, Jeff Noble in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in HTML. We have over one million books available in our catalogue for you to explore.

Information

Publisher
For Dummies
Year
2010
ISBN
9781118015339
Edition
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...

Table of contents