Rendering Text: Coding Exercises for Interviews
In this lesson, we will cover exercises on rendering text, commonly asked in interviews, with a focus on all the important text formatting tags used in HTML5.
Coding exercise 1: The realm of HTML5!
You are given a webpage as shown below.
Your task is to replicate this web page using relevant HTML tags to render text. Hidden CSS is there to help guide you.
Correctly chosen tags for text formatting will color the text as shown below:
Code your solution away!
The below widget shows ...