More with HTML and CSS

More with HTML

We have learned some of the basics of HTML. Here are a few more tips and tags.

  1. HTML CSS Links to an external site.: An introduction to Cascading Style Sheets which control how HTML is displayed. Last week we applied some inline styles. This week we will add Internal style sheets.
  2. HTML Tables Links to an external site.: Tables in HTML have a formal structure, rows and cells in each row. Here you will learn about the specific tags along with some styles to make sharp tables.
  3. HTML Lists Links to an external site.: Here you will learn to build oredered (numbered) and unordered (bulleted) lists.
  4. HTML Blocks Links to an external site.: HTML elements are either blocks or inline. Explore the different types.
  5. HTML Classes Links to an external site.: Classes allow us to apply the same set of styles to a select group of HTML elements. For example, you may have a page where some paragraphs need to be right aligned with a smaller and different font.
  6. HTML Layout Links to an external site.: This is one of the more important topics this week. Here we explore special block tags and how to use CSS to position them well.
  7. HTML Responsive Links to an external site.: See how pages are made to adapt in a prescribed way to different screen sizes.
  8. HTML iframes Links to an external site.: iframes allow you to embed other media and pages in your HTML document. For example, this is how YouTube videos can be added to a page.
  9. HTML5 Style Guide Links to an external site.: Tips on how to write good HTML using the latest wisdom.
  10. HTML QUIZ Links to an external site.: See what you have learned so far. This is a recommended preparation for a quiz you will take this week and the final exam you will take in two weeks.

CSS

CSS, Cascading Style Sheets Links to an external site., allow us to change the look of aspects of our html pages at three levels, inline, internal, and external. These tutorials from W3 schools will help develop your understanding of CSS basics. Go through each and check out the Try it Yourself examples. There are also some Exercises that you could test yourself with.

Essential Tutorials

Optional but Cute CSS Stuff

Some sites for colors: