Crypto Paycheck
Photo by Mario Gogh on UnsplashEmployees will receive their paycheck in the period as a reward for their work. However, the employer wants to pay less to employees so that they can have maximum profits. The tension between working and anti-working has increased ever since. TL;DR Nobody wants to work unless they can pay fairly. Fiat payment may not be sustainable to satisfy what workers can contribute if the employer continues paying less and gaining more from profits. Employees will want thei...
Defi Review #4: AAVE The Defi Lending Services
AAVE is a decentralized finance lending service before decentralized finance even existed. It is an innovation lending service in crypto and one of the first kind. However, the lending service may only restrict to the crypto community and it may expand into the traditional financial field later. TL;DR AAVE is a crypto lending financial service which to provides lending services to the crypto community. They focus on security and smart contract lending may be the future of financial services. ...

Stablecoin Crisis
Stablecoin is in the crisis mode. The most reputable stablecoin USDC is depegged. It is all triggered by the traditional bank collapse - Silicon Valley Bank or SVB collapse. Why traditional bank collapse impacts crypto stablecoin? Let's sort this out and reveal how stablecoin operates. First, why SVB collapse? The short answer is overleveraged. SVB is one of the 20 largest commercial banking in the United States. Some even estimate the bank owned half of startup assets. Bank operated in ...

Subscribe to xuanling11
Crypto Paycheck
Photo by Mario Gogh on UnsplashEmployees will receive their paycheck in the period as a reward for their work. However, the employer wants to pay less to employees so that they can have maximum profits. The tension between working and anti-working has increased ever since. TL;DR Nobody wants to work unless they can pay fairly. Fiat payment may not be sustainable to satisfy what workers can contribute if the employer continues paying less and gaining more from profits. Employees will want thei...
Defi Review #4: AAVE The Defi Lending Services
AAVE is a decentralized finance lending service before decentralized finance even existed. It is an innovation lending service in crypto and one of the first kind. However, the lending service may only restrict to the crypto community and it may expand into the traditional financial field later. TL;DR AAVE is a crypto lending financial service which to provides lending services to the crypto community. They focus on security and smart contract lending may be the future of financial services. ...

Stablecoin Crisis
Stablecoin is in the crisis mode. The most reputable stablecoin USDC is depegged. It is all triggered by the traditional bank collapse - Silicon Valley Bank or SVB collapse. Why traditional bank collapse impacts crypto stablecoin? Let's sort this out and reveal how stablecoin operates. First, why SVB collapse? The short answer is overleveraged. SVB is one of the 20 largest commercial banking in the United States. Some even estimate the bank owned half of startup assets. Bank operated in ...
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers

This article is sponsored by the MixPay Content Reward Program. MixPay is a decentralized crypto payment service platform built on Mixin Network. MixPay, Payment for Web3.
Let’s explore deeper in HTML.
TL;DR
Table of Contents
What is Markup
What is Metadata
What is Metaverse in Web3
What is XML
XML vs. HTML
What is HTML Elements
What is Hyperlink
How Hyperlink works in HTML
In Conclusion
What is Markup
Markup is an annotation to text. The way computers communicate with humans is different from human communication. You will have to highlight instructions for a computer to follow by specifically telling that instruction. Because the computer can only do one thing - to follow instructions.
For example, rather than implying the meaning, you will show images through human language, you need to give specific instructions as to instruct the computer to show images. Check out here.
What is Metadata
Metadata is data information about other data. The idea is to elaborate more data on the existing data. If you provide an image. The image is data. Metadata can be attributed to the image such as size, date, and many others.
What is Metaverse in Web3
Metaverse came from the combination of meta and universe. It means there is more data to describe the universe that the project will create. In the sense of programming, Metaverse is a virtual place full of data and data about data.
What is XML
XML or eXtensible Markup Language is a better version of HTML. it simplifies data sharing and makes it more flexible to modify to tailor your needs.
XML vs. HTML

XML focuses on what data is compared to HTML focus on how data looks. XML can define tags while HTML predefined tags for users.
You can play around with XML to HTML converter and see how intuitive XML is when compared to HTML.
What is HTML Elements

The HTML paragraph contains the opening and closing tags with content in the middle. The difference between the opening tag and closing tag is the symbol “/”.
So the famous first line of the code is “Hello World” which can write as:
You can try it here.
Note that different sizes of the font are defined by the number followed by h. font size is larger than as an example. What is Hyperlink A hyperlink allows users to browse information from one end to another. It was created by Ted Nelson around 1965. The idea was to expand beyond the constraints. You can turn about anything into a hyperlink. How Hyperlink works in HTML You will assign attributes to the text you want to portal it from one end to another end. You will assign an anchor tag with the feature of hyperlink reference or “href =” in short. And direct the location of the page you want the text to the portal. The text structure is shown below as an example: Check out xuanling11.com! You can try it out here. In Conclusion Now you have learned the basics of HTML. We will explore how to make the web more attractive! The next topic I will go deep into is CSS. Donate with MixPay https://mixpay.me/40440862/Donation

This article is sponsored by the MixPay Content Reward Program. MixPay is a decentralized crypto payment service platform built on Mixin Network. MixPay, Payment for Web3.
Let’s explore deeper in HTML.
TL;DR
Table of Contents
What is Markup
What is Metadata
What is Metaverse in Web3
What is XML
XML vs. HTML
What is HTML Elements
What is Hyperlink
How Hyperlink works in HTML
In Conclusion
What is Markup
Markup is an annotation to text. The way computers communicate with humans is different from human communication. You will have to highlight instructions for a computer to follow by specifically telling that instruction. Because the computer can only do one thing - to follow instructions.
For example, rather than implying the meaning, you will show images through human language, you need to give specific instructions as to instruct the computer to show images. Check out here.
What is Metadata
Metadata is data information about other data. The idea is to elaborate more data on the existing data. If you provide an image. The image is data. Metadata can be attributed to the image such as size, date, and many others.
What is Metaverse in Web3
Metaverse came from the combination of meta and universe. It means there is more data to describe the universe that the project will create. In the sense of programming, Metaverse is a virtual place full of data and data about data.
What is XML
XML or eXtensible Markup Language is a better version of HTML. it simplifies data sharing and makes it more flexible to modify to tailor your needs.
XML vs. HTML

XML focuses on what data is compared to HTML focus on how data looks. XML can define tags while HTML predefined tags for users.
You can play around with XML to HTML converter and see how intuitive XML is when compared to HTML.
What is HTML Elements

The HTML paragraph contains the opening and closing tags with content in the middle. The difference between the opening tag and closing tag is the symbol “/”.
So the famous first line of the code is “Hello World” which can write as:
You can try it here.
Note that different sizes of the font are defined by the number followed by h. font size is larger than as an example. What is Hyperlink A hyperlink allows users to browse information from one end to another. It was created by Ted Nelson around 1965. The idea was to expand beyond the constraints. You can turn about anything into a hyperlink. How Hyperlink works in HTML You will assign attributes to the text you want to portal it from one end to another end. You will assign an anchor tag with the feature of hyperlink reference or “href =” in short. And direct the location of the page you want the text to the portal. The text structure is shown below as an example: Check out xuanling11.com! You can try it out here. In Conclusion Now you have learned the basics of HTML. We will explore how to make the web more attractive! The next topic I will go deep into is CSS. Donate with MixPay https://mixpay.me/40440862/Donation
No activity yet