Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] What Is HTML Article Element?

1 Posts
1 Users
2 Reactions
398 Views
1
Topic starter

EXERCISE:

i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions.

ii. What Is HTML Article Element?

iii. How To Write "article" Element with "article tag" in HTML?

iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

NOTE:

This Is An Exercise From Our FREE COURSE with CERTIFICATION:

 HTML For Web3 dApp Development Course

(If you have not enrolled yet, you can join the course totally for FREE).

 

1 Answer
1
Topic starter

- What Is HTML Article Element Explained:

- HTML Article Element is used to create a section which forms an independent content as part of an HTML document.

For example Blog posts.

- it is placed inside HTML body element.

- It has both opening and closing HTML tags.

- How To Write "article" Element with "article tag" in HTML Explained:
    <article>
    <h3> Learn Web3 Programming</h3>
    <p> Web3 is taking over, as programmer, do not ignore. learn it asap!</p>

    <h3> Introduction dProgramming University</h3>
    <p> Free Web3 programming Courses Platform - Join Now!!</p>
    </article>

Share: