plz answer..........
Answers
Creating a Simple HTML Page using Notepad
Step 1: Open Notepad (Windows)
Step 2: Create a New Document
A New blank document will be opened and you can start writing your first HTML Program here.
Step 3: Write Some HTML code.
Step 4: Save the HTML Page.
Note: HTML page should be saved with .html extension carefully.
Step 5: View the HTML Page using Browser
Web browsers are programs or software that are used to view Webpages/Websites.
Now Simply, open the saved HTML file in any browser
You HTML File will be opened in web browser and it will show output based on your html program.
The <img> tag is used to embed an image in an HTML page.
The <img> tag has two required attributes:-
src - Specifies the path to the image
alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed
Note: Also, always specify the width and height of an image. If width and height are not specified, the page might flicker while the image loads.
Answer:
And I have to imagine that the only thing