Web Design All-in-One For Dummies
eBook - ePub

Web Design All-in-One For Dummies

Sue Jenkins

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

Web Design All-in-One For Dummies

Sue Jenkins

Book details
Book preview
Table of contents
Citations

About This Book

All you need to know on web design in a thorough new edition

If you want just one complete reference on web design, this book is it. The newest edition of this essential guide features 650+ pages on the latest tools and new web design standards, such as HTML5, CSS 3, and other core technologies and page-building strategies. Five minibooks provide deep coverage: essential pre-design considerations, how to establish the look of your site, building a site, how to test your site, and taking your site public. Design professional and author Sue Jenkins understands what designers need and gives you the answers.

  • Thorough revision brings you up to date on the latest changes in the world of web design
  • Features five minibooks that cover all the bases: Getting Started, Designing for the Web, Building the Site, Standards and Testing, and Publishing and Site Maintenance
  • Covers the latest tools, page-building strategies, and emerging technologies, such as HTML5 and CSS 3
  • Includes over 650 pages of detail on such topics as establishing audience focus, creating content, using mock-ups and storyboards to establish the look, how to design for text and images, testing your site, and more

If you're looking for an in-depth reference on all aspects of designing and building a site and taking it live, Web Design All-in-One For Dummies, 2nd Edition is the book.

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 Web Design All-in-One For Dummies an online PDF/ePUB?
Yes, you can access Web Design All-in-One For Dummies by Sue Jenkins in PDF and/or ePUB format, as well as other popular books in Design & Web Design. We have over one million books available in our catalogue for you to explore.

Information

Publisher
For Dummies
Year
2012
ISBN
9781118404119
Edition
2
Topic
Design
Subtopic
Web Design
Book III
Building Websites
9781118404102%20pp0301.tif
When it’s time to build your site, you’ll delve into the world of HTML, CSS, and JavaScript, and possibly also XHTML, HTML5, CSS3, jQuery, and more. Using your preferred HTML editor, you’ll be creating all the individual pages of your site from the optimized graphics you created from your mock-up.
Here you find chapters about adding content to your pages, including text, images, hyperlinks, layers, tables, lists, and media files. You also discover a host of information about working with Cascading Style Sheets to style and position your content in the most user-friendly, accessible, standards-compliant manner. This minibook is rounded out by additional chapters on creating layers-based layouts, working with navigation systems, designing web forms, making your site interactive with JavaScript and jQuery, and discovering how to work efficiently with templates and Server-Side Includes.
9781118404102%20pp0302.tif
9781118404102%20pp0303.tif
9781118404102%20pp0304.tif
Chapter 1: Adding Text, Images, and Links
In This Chapter
check.png
Understanding HTML basics
check.png
Working with semantic markup
check.png
Inserting text and graphics
check.png
Hyperlinking text and graphics to other pages
check.png
Labeling objects in preparation for using CSS, jQuery, and JavaScript
check.png
Making page content accessible with HTML
9781118404102%20co0301.tif
At this point in the design process, you’ve already discovered a little bit about HTML coding, syntax, and structure. To complement that knowledge, you’ve also made several important decisions about the look and feel of your design and have hopefully already mocked up the home page in your preferred graphics software program and presented your design to your web client for review and approval. In this chapter, you find out how to put all those pieces together into a single HTML document.
To start, you find out about setting up a basic, bare-bones HTML page, which you can use for any web project. After that, the specifics of your particular website come into play. The first couple of times you put a website together can certainly feel daunting, to say the least. That feeling of building a website from scratch can be similar to the feeling a painter has when looking at a fresh blank canvas. Where should you begin? What should you do first? Although no perfect solution exists, try not to let the options overwhelm you. Instead, focus your energies on building that first page. After the first page is built, constructing the rest of the site should come relatively easily.
In addition to the basics, this chapter also covers using meta tags; adding content (such as text and graphics) to the body of the page; creating hyperlinks to other pages from text and graphics; marking up content and labeling objects properly in preparation for using CSS and applying jQuery and JavaScript; and improving page accessibility for all web visitors, both human and machine.
Setting Up Basic HTML
To ensure that your web pages display properly in a browser window, your HTML code must include several necessary components, each of which must be placed in the correct order. As you’ll probably discover with a mistake, when the order is incorrect, whether a tag is misspelled, or whether any of the parts of the code are missing — such as a period (.) or slash (/) — the page will probably not display correctly (or at all) when viewed in different browsers. Even more annoyingly, some browsers might display the page fine, while in other browsers the page looks all crazy and crooked. In fact, the more you understand about building web pages, the quicker you’ll discover that a single page can look very different in different browsers, even when all the HTML, CSS, and JavaScript code is perfectly written!
A good, well-structured web page has six core parts that should flow in the following order:
1. DOCTYPE
2. HTML tags
3. Head tags
4. Title ta...

Table of contents