
previous

page 3
next
Between the body tags, type im and note how we are given choices this time with the most likely choice on top.
Press tab to accept it.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<img src="" alt="">
</body>
</html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<img src="" alt="">
</body>
</html>
The alt tag specifies the text to be displayed if for some reason the image cannot be displayed.
previous
next