Share:
Notifications
Clear all

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

[Solved] What Is HTML dialog Element?

1 Posts
1 Users
1 Reactions
307 Views
0
Topic starter

EXERCISE:

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

ii. What Is HTML dialog Element?

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

   - HTML dialog Element used to create an interactive content usually rendered by the HTML browser engine as a popup box or dialog box.

Usually requires combination of Javascript for the interactiveness to be executed by the browser.

  - it is placed inside HTML body element

  - It has an opening and closing HTML tag

  - It is a Block Element

  - How To Write "dialog" Element with "dialog Tag" in HTML Explained:
  <dialog>

  copy sample content here from removed link
  </dialog>

Share: