HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

Styling - The Style Tag - Part 2

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: Styling - The Style Tag - Part 2 Category: CSS / CSS3

Topic: CSS Essential Training Series Publish Date: 2015-01-23

Views: 256

Author: Mike King

Description

In this tutorial we discuss using the internal styling element in HTML to style our web pages. We demonstrate how the styling element is used in the head section of the document to style the web page based on the CSS entries. We cover the attributes available in the styling element, discuss and demonstrate the new attributes available in HTML5 and practice using the scope attribute which allows us to add styling tags inside the body of the HTML web page. We demonstrate some examples of internal styling using both the paragraph tag and a heading tag and setup the next tutorial example of styling where we will discuss using the external style sheet and a CSS file.