DEV Community

Cover image for HTML Tips And Trick For Everyone
Asad Ullah
Asad Ullah

Posted on • Edited on

5 3 2 2 2

HTML Tips And Trick For Everyone

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>
Enter fullscreen mode Exit fullscreen mode

``
Image description

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

`

Image description

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.

Image description

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay