Book Image

Learning Adobe Muse

By : Jennifer Farley
Book Image

Learning Adobe Muse

By: Jennifer Farley

Overview of this book

Adobe Muse is an exciting new tool from the world's foremost design software company which allows users to create beautiful and fully functioning websites without writing any code. It provides graphic designers the power to use their print design skills over the Web. This book will help web designers as well as graphic designers to master Adobe Muse quickly. It will provide step-by-step instructions that guide you through building a website with Adobe Muse."Learning Adobe Muse" will teach you how to plan, design and publish websites using Adobe Muse. It starts by covering the tools and interface of the program and moves on to the concepts you'll need to understand for laying out your web pages. You'll learn how to format text using reusable styles, add images, create a clean navigation system, and add interactive elements such as panels and slideshows to your pages and all this without writing a single line of code!By the end of the book you will have created a smartlydesigned, fully-functioning website.
Table of Contents (18 chapters)
Learning Adobe Muse
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Headings


In web design, we use headings for several reasons, some of which may not be entirely obvious if you're new to the field. Headings let us organize our content, convey a logical hierarchy on each page, help with accessibility, and work as an aid to Search Engine Optimization (SEO). Let's take a look at each of these.

Content organization and hierarchy

HTML heading tags were created to provide a structure for web pages. H1 or Heading 1 is the most important heading. It is often the largest and boldest piece of text on the page. Headings run from H1 to H6 and get progressively smaller as we move from H1 to H6. It is important to always start with H1 and move through each level one at a time. You may find that we don't need to go past H3, but we may need this in order to create an organized web page. This is the specific purpose that HTML heading tags are used for—to structure your documents. You should always start with an H1 element and move through the other levels one at a time...