Chapter 1 Introduction To Web Development
Chapter 1 Introduction To Web Development
TAGUIG CAMPUS
CHAPTER 1
• The first thing the URL does is define the protocol that
will be used for that particular transaction.
Example:
<a href="https://www.example.com">Visit Example</a>
• When a user clicks on the link, it will take them
directly to the specified URL.