Picture This!
<HTML> Decoded!
<
Vocabulary Preview
>
HTML stands for hypertext markup language. HTML code is one language used to create web pages and certain mobile app screens.
<
Activator
>
Consider how you visualize language when you are reading. Do you make a picture in your mind? Let’s try it!
Listen while the text below is read aloud. Then, draw a picture to represent what you “saw” in your mind.
Penny had copper hair to match her name. One day, while reading a thick book in a lush, green meadow, she spotted a fluffy rabbit with a tail as white as snow and fur the color of hot cocoa.
<
Activator
>
Share what you drew!
Computer code works the same way. HTML, for example, is a computer language written so that words and thoughts display a certain way on a computer, phone or tablet screen.
<
Activator
>
<
Your Challenge
>
HINT: The <hr> tag in HTML stands for horizontal rule
<p>
<span style="font-family: comic sans ms, sans-serif; font-size: 14pt;">
<strong>Welcome!</strong> Why should you be interested in <span style="color: blue;">app development</span>? App developers need people on their team who write well, make visual designs and promote their products. It’s a fast-growing field with lots of job opportunities, and it pays well. Apps can help you make money and make a difference in the world.</span>
</p>
<p> </p>
<hr />
<p> </p>
<p><span style="font-family: comic sans ms, sans-serif; font-size: 14pt;">To learn more
about how MAD-learn makes building apps both fun and easy, click the logo, below:</span>
</p>
<p><a href="https://mad-learn.com"><img style="display: block; margin-left: auto; margin-
right: auto;" src="https://mad-learn.com/images/logo.svg" alt="" width="300" height="89" /></a></p>
<
Predict:
>
Now, compare your drawing to the actual screen (including an active link from the logo to the MAD-learn website):
How did you do?