Title Bar Add Icon
The many beginners have no any idea to about title bar's icon. But this is vary simple trick to add any icon on title bar just download any letter image for practice and do follow my code.
<head>
<title>Sayyed Asad Ullah</title>
<link rel="icon" href="letter-A.png">
</head>
Add Video in Website Video Tag
When we need to add a video in our site. So then we need to use video element. But in HTML 5 we can add a video using with video element. But in this case we apply using with source element and source attribute. Because the reason is about that to add a video we need both these mark code.
`html
`
video and audio controls attribute
We can control our audio and video volume as low or high as we want with using controls attribute.In addition, we can also pause or play our video and audio with using controls attribute.
`html
`
Meta tag SEO META tag
Add meta descriptions in the head of your Html to have an indirect impact on search engine optimization meta description represents the text that appears beneath the site name on search engine result page. like when you search on google any text or any content.
Top comments (0)