Hands-On: Formatting the HTML Page
Explore how to enhance your HTML pages by applying inline styles to set font types and colors directly within HTML elements. This hands-on lesson helps you understand basic formatting techniques to improve the visual layout and readability of your web content using simple HTML attributes.
We'll cover the following...
We'll cover the following...
The HTML elements you used in the previous lesson added only content to your web page. The page was rendered by the default style settings of your browser. As a result, all text was displayed using the Times New Roman font, and as can be expected, the first level heading used a larger font size than the ordinary paragraph following it.
The default style does ...