Hassen Ben Rebah - Website Design and Development with HTML5 and CSS3

Здесь есть возможность читать онлайн «Hassen Ben Rebah - Website Design and Development with HTML5 and CSS3» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Website Design and Development with HTML5 and CSS3: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Website Design and Development with HTML5 and CSS3»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Combining theory and practice, <i>Website Design and Development with HTML5 and CSS3</i> is aimed at both beginners who want to design their first website, and experienced developers who want to consolidate their technical skills.<br /><br />This book addresses the theoretical aspects of HTML5 and CSS3, including: HTML elements, semantic containers, semantic text formatting, multimedia elements, forms, tables, definition and integration of CSS styles, text formatting, and container and box styles. It also encompasses a practical section which presents the process of creating a website, as well as the key rules to apply in order to not only achieve project success, but also to meet user needs. Illustrated by numerous examples, this book includes corrected practical work, structured according to an evolutionary logic ranging from the design of a simple HTML5 page to the creation of a professional website.

Website Design and Development with HTML5 and CSS3 — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Website Design and Development with HTML5 and CSS3», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Table of Contents

1 Cover

2 Title Page Series Editor Jean-Charles Pomerol

3 Copyright First published 2021 in Great Britain and the United States by ISTE Ltd and John Wiley & Sons, Inc. Apart from any fair dealing for the purposes of research or private study, or criticism or review, as permitted under the Copyright, Designs and Patents Act 1988, this publication may only be reproduced, stored or transmitted, in any form or by any means, with the prior permission in writing of the publishers, or in the case of reprographic reproduction in accordance with the terms and licenses issued by the CLA. Enquiries concerning reproduction outside these terms should be sent to the publishers at the undermentioned address: ISTE Ltd 27-37 St George’s Road London SW19 4EU UK www.iste.co.uk John Wiley & Sons, Inc 111 River Street Hoboken, NJ 07030 USA www.wiley.com © ISTE Ltd 2021 The rights of Hassen Ben Rebah, Hafedh Boukthir and Antoine Chédebois to be identified as the authors of this work have been asserted by them in accordance with the Copyright, Designs and Patents Act 1988. Library of Congress Control Number: 2021940275 British Library Cataloguing-in-Publication Data A CIP record for this book is available from the British Library ISBN 978-1-78630-696-8

4 Foreword

5 Preface

6 1 The Web and its Future 1.1. Background 1.1. Background The Internet was first designed by the Department of Defense, as a means of protecting US government communications systems in the event of a military attack. The original network, baptized ARPANET (after the Advanced Research Projects Agency that developed it), evolved into a communication channel between the entrepreneurs, military personnel and academic researchers who contribute to ARPA projects. 1.2. Phases of evolution of the Web 1.2. Phases of evolution of the Web The World Wide Web, commonly known as the Web, and sometimes as the Net, presents a hypertext system running on the Internet. The Web is used to consult accessible pages on websites using a browser. The image of the spiderweb originates from the hyperlinks that interconnect web pages. 1.3. Web application architecture 1.3. Web application architecture 1.3.1. The three levels of abstraction of an application In general, we can divide a computer application into three different levels of abstraction: – Presentation, also known as HMI, promotes interaction between the user and the application. This layer governs keyboard and mouse input, and presents information on the screen. It is strongly recommended that this aspect be ergonomic and pleasant. – Processing represents the tasks to be performed by the application. They are divided into two categories:- local processing, assembling the checks performed on the conversation with the HMI (e.g. checking and input assistance);- global processing, essentially forming the application. This is what is known as the business logic layer. – Data, more precisely access to data, which involves assembling the tools for managing data stored by the software. Table 1.1. The three levels of abstraction of an application6 Presentation Presentation management Presentation logic Core of the application Processing Local Processing logic Global Processing management Data Data logic Data management NOTE.– These three levels can be nested or distributed in several possible ways between multiple computers.

7 2 The Language of the Web: HTML5 2.1. Overview 2.2. Structure of an HTML5 document 2.3. Structuring the content of a web page 2.4. Text organization 2.5. Creating hyperlinks 2.6. Inserting images and multimedia objects 2.7. Tables 2.8. Forms

8 3 Style Sheets: CSS3 3.1. Overview 3.2. Text formatting 3.3. List formatting 3.4. Backgrounds, borders and shadows 3.5. Table formatting 3.6. Layout of the site

9 4 Design and Creation of a Website 4.1. Process of creating a website 4.2. Ergonomics of the website 4.3. Different website types

10 5 Practical Exercises 5.1. PE1: structure of an HTML5 web page 5.2. PE2: simple forms 5.3. PE3: table formatting 5.4. TP 4: media (image, video and audio) 5.5. PE: element positioning 5.6. PE6: creating a template model 5.7. PE7: creating a website from A to Z

11 References

12 Index

13 End User License Agreement

List of Illustrations

1 Chapter 1Figure 1.1. Web 1.0: diffusionFigure 1.2. Web 2.0: collaborationFigure 1.3. Web 3.0: semanticFigure 1.4. Connected textilesFigure 1.5. LCD screen of a Samsung smart refrigerator 5Figure 1.6. Architecture of an application on a central serverFigure 1.7. Two-tier architecture (client-data server)Figure 1.8. Three-tier architectureFigure 1.9. n-tier architecture

2 Chapter 2 Figure 2.1. The result of using the

tag. For a color version of this figur... Figure 2.2. The of the mes.tn 1site. For a color version of this figure...Figure 2.3. The of the mes.tn site. For a color version of this figure,... Figure 2.4. The navigation links of the mes.tn site. For a color version o... Figure 2.5. page section of the mes.tn site. For a color version of th...Figure 2.6. additional information block on wikipedia.org. For a color v...Figure 2.7. An example of an article from the MES.tn site. For a color... Figure 2.8. Effect of the

tag Figure 2.9. Effect of the

tag Figure 2.10. Effect of the tag Figure 2.11. Effect of the tag Figure 2.12. Effect of the tag Figure 2.13. Effect of the tag Figure 2.14. Effect of the tag Figure 2.15. Effect of the tag Figure 2.16. Effect of the tag Figure 2.17. Effect of the tag Figure 2.18. Effect of the tag Figure 2.19. Effect of the tag Figure 2.20. Effect of the tag Figure 2.21. Effect of the tag Figure 2.22. Effect of the tag Figure 2.23. Result of using the datetime attribute Figure 2.24. Result of using the pubdate attribute Figure 2.25. Effect of the
tag Figure 2.26. Effect of the
tag
Figure 2.27. Effect of the tag Figure 2.28. Effect of the tag. For a color version of this figure, see ww... Figure 2.29. Effect of the tagFigure 2.30. Preformatted text with
(left) and without the tag (righ...Figure 2.31. Effect of the tagFigure 2.32. Effect of the tagFigure 2.33. Ordered list
    Figure 2.34. Ordered list with attributeFigure 2.35. Unordered list
    Figure 2.36. Definition listFigure 2.37. The six levels of the tagFigure 2.38. Example of use of the tag 3. For a color version of this fig...Figure 2.39. Example of the use of the tag. For a color version of this fi...Figure 2.40. Example of a responsive image. For a color version of this figure, ...Figure 2.41. General structure of a table. For a color version of this figure, s...Figure 2.42. Example of a table. For a color version of this figure, see www.ist...Figure 2.43. Example of a table consisting of a row and three columnsFigure 2.44. Example of merging of cellsFigure 2.45. Example of a form with, and Figure 2.46. Example of using the multipleFigure 2.50. Example of use of the tagTable 2.48. Attribute of the
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Website Design and Development with HTML5 and CSS3»

Представляем Вашему вниманию похожие книги на «Website Design and Development with HTML5 and CSS3» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Website Design and Development with HTML5 and CSS3»

Обсуждение, отзывы о книге «Website Design and Development with HTML5 and CSS3» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x