Share:
Notifications
Clear all

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

[Solved] What Is HTML Base Element ?

2 Posts
2 Users
3 Reactions
350 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 Base Element?

iii. How To Write "base" Element with base 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 Base Element?

- HTML Base Element is placed inside HTML head element.

- it is used to specify the default webpage/document link where a hyperlink will point to and location to open in the browser tab.

- How To Write "base" Element with base tag in HTML

<base href="https://dProgrammingUniversity.com" target="_blank">
1

HTML BASE ELEMENT

It specifies the default webpage/document link where a hyperlink will point to and location to open in the browser tab.

HOW TO WRITE HTML BASE ELEMENT

<base href=" removed link " target="blank ">

Or

<base href=" removed link "   target="blank">

Share: