HTML & CSS Day One starts with an introduction to Internet and Web Browsers. We also look at the fundamentals of HTML. You will create a (very) simple HTML web page with text in it. You will use HTML to format the text so that it looks bold and italicised. You will also learn how [...]
Entries Tagged as 'All HTML & CSS days'
2 HTML & CSS Day Two
July 1st, 2009 No Comments
For Day 2 we take a closer look at controlling colour, font type and font size using HTML. Later on (in Day 4) we will look at better ways of controlling colour and fonts using CSS – but for the moment it's a convenient way of understanding HTML fundamentals. Exercise 1 Create a new .htm [...]
Tags:
3 HTML & CSS Day Three
June 30th, 2009 No Comments
In Day 3 we look at a common way of controlling the layout of web pages – using HTML tables. Exercise 1 Use HTML to create a table that looks like this: Exercise 2 Have a look at the screenshot below. Create an identical .htm page. Tables Using HTML tables for layout Create a simple [...]
Tags:
4 HTML & CSS Day Four
June 29th, 2009 No Comments
Day four is an introduction to Cascading Style Sheets. You will learn how to write your own style rules to control the look of your website, both as internal and external CSS. Exercise 1 Create a new HTML page and insert some text in it. Mark parts of this text up with h2, h3, p [...]
Tags:
