CSS text styling tutorial: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
m (Created page with "{{Incomplete}} {{under construction}} {{Web technology tutorial|Beginners}} <pageby nominor="false" comments="false"/> <div class="tut_goals"> ; Learning goals * Understand the ...")
 
mNo edit summary
Line 6: Line 6:
<div class="tut_goals">
<div class="tut_goals">
; Learning goals
; Learning goals
* Understand the structure of cascading stylesheet (CSS) rules
* Be able to style text-centric HTML pages (e.g. articles, tutorials, novels)
* Learn how to include CSS in HTML files and/or how to associate a CSS file with HTML
* Understand how to use moderatly complex selectors
* Learn how to style text elements
* Deal with different media (and browers)
* Be able to find CSS documentation (selectors, properties, compatibility tables)
; Prerequisites
* Basic HTML, e.g. the [[HTML and XHTML elements and attributes]] tutorial
* [[CSS tutorial]] (i.e. basic knowledge about CSS rules)


; Moving on
; Moving on

Revision as of 21:29, 31 October 2011

This article or section is currently under construction

In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")

<pageby nominor="false" comments="false"/>

Learning goals
  • Be able to style text-centric HTML pages (e.g. articles, tutorials, novels)
Moving on
Level and target population
  • Beginners
Remarks
  • This tutorial is intended for students in educational technology or any other field that is technology intensive. For people who need less, there exist many easy CSS tutorials on the web. This text is intended for students who also must learn principles and who are willing to learn more CSS by looking at CSS code and online reference manuals. Ideally, a teacher also should introduce CSS through hands-on lab activities (after, during or before assigning this tutorial for reading).