Tipi di link
Struttura sito:
-
- Sito
- Cartella principale contenente files: index.html, altri file html e sottocartelle
-
- Immagini
- sottocartelle e files di immagini
-
- CSS
- sottocartella contenente codice CSS
-
- JS
- sottocartella contenente codice JS
Link in un punto preciso della stessa pagina
Utilizzo del attributo id
Primo punto
Secondo punto
fine pagina
Cap. 3 inizio pagina
Published by
John Wiley & Sons, Inc.
10475 Crosspoint Boulevard
Indianapolis, IN 46256
www.wiley.com
©2011 by John Wiley & Sons, Inc., Indianapolis, Indiana
ISBN: 978-1-118-00818-8
Manufactured in the United States of America
Published simultaneously in Canada
10 9 8 7 6 5 4 3 2 1
No part of this publication may be reproduced, stored in a retrieval
system or transmitted in any form or by any means, electronic, mechanical,
photocopying, recording, spanning or otherwise, except as permitted
under Sections 107 or 108 of the 1976 United States Copyright Act,
without either the prior written permission of the Publisher, or
authorization through payment of the appropriate per-copy fee to the
Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923,
(978) 750-8400, fax (978) 646-8600. Requests to the Publisher for
permission should be addressed to the Permissions Department, John
Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-
6011, fax (201) 748-6008, or online at http://www.wiley.com/go/permissions.
Limit of Liability/Disclaimer of Warranty: The publisher and the author
make no representations or warranties with respect to the
accuracy or completeness of the contents of this work and specifically
disclaim all warranties, including without limitation warranties of
fitness for a particular purpose. No warranty may be created or extended
by sales or promotional materials. The advice and strategies
contained herein may not be suitable for every situation. This work is
sold with the understanding that the publisher is not engaged in
rendering legal, accounting, or other professional services. If professional
assistance is required, the services of a competent professional
person should be sought. Neither the publisher nor the author shall be liable
for damages arising herefrom. The fact that an organization
or Web site is referred to in this work as a citation and/or a potential source
of further information does not mean that the author or the
publisher endorses the information the organization or website may provide or
recommendations it may make. Further, readers should be
aware that Internet websites listed in this work may have changed or disappeared
between when this work was written and when it is read.
For general information on our other products and services please contact our Customer Care Department within the United States at (877)
762-2974, outside the United States at (317) 572-3993 or fax (317) 572-4002.
Wiley also publishes its books in a variety of electronic formats. Some content
that appears in print may not be available in electronic books.
Library of Congress Control Number: 2011932082
Trademarks: Wiley and the Wiley logo are trademarks or registered trademarks
of John Wiley & Sons, Inc. and/or its
affiliates, in the United States and other countries, and may not be used
without written permission. All other trademarks are
the property of their respective owners. John Wiley & Sons, Inc. is not
associated with any product or vendor mentioned in
this book.
HTML & CSS
DeSign anD buiLD WebSiTeS
Secondo punto,
Inizio pagina
We will spend the first chapter
looking at how HTML is used to
create web pages. You will see
that you start by writing down
the words you want to appear
on your page. You then add tags
or elements to the words so
that the browser knows what is
a heading, where a paragraph
begins and ends, and so on.
The rest of this section
introduces the tags you have
at your disposal to create web
pages, grouped into chapters on:
text, lists, links, images, tables,
forms, video audio and flash, and
miscellaneous elements.
I should warn you that the
examples in the first nine
chapters are not exciting to look
at, yet they are the foundation of
every web page. The following
chapters on CSS will show you
how to make your pages look a
lot more interesting.
2: css
We start this section with a
chapter that explains how CSS
uses rules to enable you to
control the styling and layout
of web pages. We then go on to
look at the wide variety of CSS
properties you can use in your
CSS rules. These properties
generally fall into one of two
categories:
Presentation: How to control
things like the color of text, the
fonts you want to use and the
size of those fonts, how to add
background colors to pages (or
parts of a page), and how to add
background images.
Layout: How to control where
the different elements are
positioned on the screen. You
will also learn several techniques
that professionals use to make
their pages more attractive.
3: PractIcaL
We end up with some helpful
information that will assist you in
building better websites.
We look at some new tags that
will be introduced in HTML5 to
help describe the structure of
your pages. HTML5 is the latest
version of HTML (still under
development at the time of
writing). Before learning about
these elements, you need a good
grasp of how CSS is used to
control the design of web pages.
There is a chapter that talks you
through a design process that
you might like to follow when
creating a new website.
Finally, we end up looking at
topics that will help you once
you have built your site, such
as putting it on the web, search
engine optimisation (SEO) and
using analytics software to track
who comes to your site and what
they are looking at.
In order to teach you about creating web pages,
this book is divided into three sections:
the structure of
thIs Book
We come across all kinds of documents
every day of our lives. Newspapers,
insurance forms, shop catalogues... the
list goes on.
Many web pages act like electronic versions of these
documents. For example, newspapers show the same stories
in print as they do on websites; you can apply for insurance
over the web; and stores have online catalogs and e-commerce
facilities.
In all kinds of documents, structure is very important in helping
readers to understand the messages you are trying to convey
and to navigate around the document. So, in order to learn how
to write web pages, it is very important to understand how to
structure documents. In this chapter you will:
See how HTML describes the structure of a web page●
Learn how tags or elements are
Inizio pagina
Primo punto
Secondo punto
Link in un punto preciso di un'altra pagina
Fine pagina
pagina cap. 3 inizio pagina