Favicon and Meta Tags

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 33:- Favicon and Meta Tags

  1. Favicon: A favicon is a small, 16x16 pixel icon that appears in the browser's address bar and tab next to a website's title. To add a favicon to a web page, you can use the following code:

bashCopy code

<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

  1. Meta tags: Meta tags are HTML elements that provide information about the web page, such as its description, keywords, author, and more, to search engines and other applications. Some of the most commonly used meta tags are:
  • <meta name="description">: Provides a brief summary of the web page's content.
  • <meta name="keywords">: Specifies a comma-separated list of keywords related to the web page's content.
  • <meta name="author">: Specifies the author of the web page.
  • <meta name="viewport">: Specifies the viewport (the area of the screen used to display a web page) for the web page, allowing it to be optimized for different devices and screen sizes.

For example:

phpCopy code

<meta name="description" content="A simple web page"> <meta name="keywords" content="HTML, CSS, JavaScript"> <meta name="author" content="John Doe"> <meta name="viewport" content="width=device-width, initial-scale=1">

4. Forms

Comments: 2

profile
@niteshguptav63
17-Nov-2024, 01:39 PM

I am not able to access videos from second class and further. I have already completed first class

profile
@niteshguptav63
16-Nov-2024, 10:56 AM

When will I get my course?

profile
@admin79
17-Nov-2024, 01:29 PM

Now, Your query was resolved.

Frequently Asked Questions (FAQs)

How do I register on Sciaku.com?
How can I enroll in a course on Sciaku.com?
Are there free courses available on Sciaku.com?
How do I purchase a paid course on Sciaku.com?
What payment methods are accepted on Sciaku.com?
How will I access the course content after purchasing a course?
How long do I have access to a purchased course on Sciaku.com?
How do I contact the admin for assistance or support?
Can I get a refund for a course I've purchased?
How does the admin grant access to a course after payment?