Share:
Notifications
Clear all

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

[Solved] What Is HTML Style Element ?

2 Posts
2 Users
3 Reactions
291 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 Style Element?

iii. How To Write "style Element" with "style 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).

 

2 Answers
1
Topic starter

What Is HTML Style Element ?

     - HTML Style Element is placed inside HTML head element.

     - it is used to add internal CSS directly inside an HTML document.

- How To Write "style" Element with Style tag in HTML
<style>CSS goes inbetween here</style>

1

HTML STYLE ELEMENT

It allows embedment of stylesheet like CSS within document

It is placed inside the HTML head element

It is used to add internal CSS directly inside an HTML document

 

HOW TO WRITE HTML STYLE ELEMENT

<style>CSS goes in-between here</style>

Share: