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

Web Design All-in-One For Dummies

Sue Jenkins

Partager le livre
  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

Web Design All-in-One For Dummies

Sue Jenkins

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Web Design All-in-One For Dummies est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Web Design All-in-One For Dummies par Sue Jenkins en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Design et Web Design. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
For Dummies
Année
2012
ISBN
9781118404119
Édition
2
Sujet
Design
Sous-sujet
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 des matiĂšres