Tuesday, 7 July 2020

ADDING INTERNAL OR EXTERNAL WEBSITE through
HTML

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>link and images</title>
</head>

<body>
  type (a) then enter then open following tab then add any website
  and we use target.... to open my adding website in new tab or pages
  and we use <br> to those website we add on that web show one by one in a row
  and we add any internal website type (a) then enter and slash and add website name
  <a href="https://google.com" target=" _blank">Go to google</a><br>
  <a href="https://facebook.com" target=" _blank">Go to facebook</a><br>
  <a href="https://twitter.com" target=" _blank"> Go to twitter.com</a><br>
  <!-- image is not present hence alt text is shown -->
  we use website for image is
  <source class="unsplash com">
  <img src="mr dot.jpg" alt=" error images">
  <img src="https://source.unsplash.com/user/erondu/1600x900" alt="remote image">
</body>

</html>

No comments:

Post a Comment