Overview:
In this screencast, we are going to look at how to compose an actual webpage using the nested tables. The actual page is: http://ogsolution.com/html/beginner-html/html-doctype/45/
Part 1
Part 2
Download the HTML file and images Here
Overview:
In this screencast, we are going to look at how to compose an actual webpage using the nested tables. The actual page is: http://ogsolution.com/html/beginner-html/html-doctype/45/
Part 1
Part 2
Download the HTML file and images Here
Overview:
In this screencast, we are going to talk about the concept of giving names and IDs inside each HTML tag. Giving names and IDs to appropriate HTML tag is very crucial in building a good website because these names and IDs are used as a referencing point.
Overview:
In this screen cast, we are going to talk about the Document Type Definition (also called Doctype). This is like the rule book for how the specific web language works. There are many different versions of HTML and each version has its own rule book for setting your webpage’s rendering standard. The Doctype is a tag at the very beginning of your webpage that references the definition.
Links used in the screencast:
Overview:
In this screencast, we are going to talk about the style tag. This tag tells the browser that I will be setting up styles for my webpage. This tag is similar to the script tag where the language used in between the tags is not HTML. The language you use in between these tags is called CSS, which helps you decorate your webpage.
Exercise:
Overview:
In this creencast, we are going to talk about the script tag. This tag will become useful if you want to make your page content more dynamic. What’s placed in between the script tags is an entirely different web language called javascript that makes your page more dynamic.