AI Features

Inline Styling Our HTML Page

In this lesson, we meet inline styling in HTML! Let's begin!

We will be using the style attribute in our HTML code to beautify our web page! The way we’ll do that is the same as always, with a code along exercise!

Exercise: Using the style attribute to adorn a web page

To apply style attributes to index.html, follow these steps:

Step 1:

In the index.html file from the previous lesson, remove the <p> element from the <body> section and add more content as ...