1 / 6

Simple Page Layout Using CSS for Internet Publishing

Learn how to apply styles to websites by creating CSS style sheets and defining main and nested areas of a page using <div> tags.

Télécharger la présentation

Simple Page Layout Using CSS for Internet Publishing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Internet publishingSimple page layout using CSS Petr Zámostnýroom: A-72aphone: 4222e-mail: petr.zamostny@vscht.cz

  2. Basic data • Raw HTML documents • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/index.html • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/funkce-inline.html • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/nelinearni-rovnice.html • Graphics • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/weblogo.jpg • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/pozadi-stranky.jpg • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/pozadi-paticky.jpg • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/pozadi-navigace.jpg • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/pozadi-hlavni-plochy.jpg • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/nelinearni-rovnice-1.png • http://www.vscht.cz/kot/resources/studijni-materialy/ip-s-005/external.png

  3. Apply styles to website • Tasks • Create style sheet document • Link the style sheet to the website’s documents

  4. Overview

  5. Define main areas of the page by<div id =“…”>

  6. Define nested subareas<div id =“…”>

More Related