Share:
Notifications
Clear all

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

[Solved] What Is HTML address Element?

1 Posts
1 Users
2 Reactions
448 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 address Element?

iii. How To Write "address" Element with "address 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 address Element Explained:

- HTML address Element is used to create contact information section related to the content of an HTML document.

   - it is placed inside HTML body element
   - It has both opening and closing HTML tags
   - It is a Block Element
   - How To Write "address" Element with "Address Tag" in HTML Explained:
   <article>
   <header>
   <h3>Learn Web3 Programming</h3>
   <p> Date: 10/February/2050<p>
   </header>
   <p>
Web3 is taking over, as programmer, do not ignore. learn it asap!
</p>
<address>
Written By: <a href="mailto:hello@dProgrammingUniversity.com">Solomon Foskaay</a><br>
Adress: No1, Red Plannet Street.<br>
Country: Country 1,<br>
Mars
</address>
</article>

Share: