Practice: HTML Text Fundamentals

This article continues our discussion on writing HTML and describes how to structure a webpage. Start by downloading and viewing the unstructured Quick Hummus Recipe. Then, use the Active Learning sections to learn how to structure the document using interactive examples. 

You will see that there are several reasons why the structure of a webpage is essential, including use by screen readers and locating pages using a search engine. The complete solution is located here.

Introduction

One of HTML's main jobs is to give text structure so that a browser can display an HTML document the way its developer intends. This article explains the way HTML can be used to structure a page of text by adding headings and paragraphs, emphasizing words, creating lists, and more.

Prerequisites: Basic HTML familiarity, as covered in Getting started with HTML.
Objective: Learn how to mark up a basic page of text to give it structure and meaning – including paragraphs, headings, lists, emphasis, and quotations.


Source: Mozilla, https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.