The <img> tag is empty, which means that it contains attributes
only, and has no closing tag.
To display an image on a page, you need to use the src attribute. Src stands for
"source". The value of the src attribute is the URL of the image you want to
display.
The browser displays the image where the <img> tag occurs in the document. If you put an image tag between two
paragraphs, the browser shows the first paragraph, then the image, and then the second
paragraph.
The height and width attributes are used to specify the height and width of an
image.
The attribute values are specified in pixels
alt="
height="
<img src="
width="
It is a good practice to specify both the height and width
attributes for an image. If these attributes are set, the space required for the
image is reserved when the page is loaded.
without these attributes,
the browser does not know the size of the image. The effect will be that the
page layout will change during loading
Focus and select the browser's search bar
Ctrl + E
Open the address bar location in a new tab
Alt + Enter
Display a list of previously typed addresses
F4
Add "www." to the beginning and ".com" to the end of the text typed in the
address bar (e.g., type "w3schools" and press Ctrl + Enter to open "www.w3schools.com")
Ctrl + Enter
Open the bookmarks menu
Ctrl + B
Add bookmark for current page
Ctrl + D
Open browsing history
Ctrl + H
Open download history
Ctrl + J
Copy screenshot of the whole screen to the clipboard
PrtScr (Print Screen) or Ctrl + PrtScr