Introduction to HTML5 Elements

 OK now I am confused because up to this point in the free courses, I thought html and html5 were the same thing, and I thought I already learned about html5 elements...

So we are learning specifically about HTML5 elements now.

looks something like this.

Unpacking information, note I am a slow learner in my current condition, bear with me.

HTML5 tags are more descriptive, instead of a letter like p, it says a word like <main> or <article>.

This helps with readability and search engine optimization, pretty cool, I did not know this about SEO, so this helps.

I felt the earlier lessons were so easy that they did not require showing the code, but now I am starting to see more steps involving and more understanding required for this lesson, and I feel it is extremely important that people understand what they are doing and why, 

SPOILER ALERT

I will be showing the answer below, do not move past this point if you do not want to see the solution.

x

x

x

x

x

x

x

x

x

x

Ok with that out of the way, here is the solution:


<h2>CatPhotoApp</h2>

<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

<p>
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
</p>
</main>









I hope this helps, I have an image of the level being passed, but I am having difficulties uploading it here currently as seen in my tech problems blog here.

F3ND1MUS

For more stuff by me:

bit.ly/f3nd1mus

Comments

Popular Posts