Summary
Keywords
Full Transcript
Welcome to UPCISS Prime In this Video, you'll learn How to Insert Image in Html in hindi || img tag with all attributes how to create hyperlink in html. Anchor tag in html is used to insert hyperlink in html web page. We can also link external websites with anchor tag. Different types of attributes are used in anchor tag such as href attribute, target attribute, title attribute etc. #html_hyperlink 1. HTML img tag----Inserting Images into Web Pages Images enhance visual appearance of the web pages by making them more interesting and colorful. The "img" tag is used to insert images in the HTML documents. It is an empty element and contains attributes only. The syntax of the "img" tag can be given with: Each image must carry at least two attributes: the src attribute, and an alt attribute. The src attribute tells the browser where to find the image. Its value is the URL of the image file. 2. HTML Link Tag---Creating Links in HTML A link or hyperlink is a connection from one web resource to another. Links allow users to move seamlessly from one page to another, on any server anywhere in the world. A link has two ends, called anchors. The link starts at the source anchor and points to the destination anchor, which may be any web resource, for example, an image, an audio or video clip, a PDF file, an HTML document or an element within the document itself, and so on. By default, links will appear as follow in most of the browsers: 1. HTML Full Course Video-1 --- https://youtu.be/zPooUIHsSjY 2. HTML Full Course Video-2.--- https://youtu.be/kRh5-ch8RFE 3. HTML Full Course Video-3.---https://youtu.be/TSI4pme1yT0 4. HTML Full Course Video-4----https://youtu.be/tZ0FaRezGO0 5. HTML Full Course Video-5---https://youtu.be/vm4XMVTXnZE 6. HTML Full Course Video-6----https://youtu.be/q5h3PgfRLjk 7. HTML Full Course Video-7----https://youtu.be/glNJD5JD4qY 8. HTML Full Course Video-8--https://youtu.be/pF4A4PZNvJk (Video Scrpit) introduction to html,html for beginners,full web development course,web development course in hindi,what is html,anchor tag,how to link pages in html,anchor tag in html,a tag in html #imgTag #imagetag #HowToInsertImageInHtml #htmltutorial #AnchorTag #HowToLinkPagesInHTML #htmlcourse #htmlforbeginners #htmlinhindi #htmltutorialinhindi #html5tutorial
