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

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 1:39 PM

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

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 10:56 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 1:29 PM

Now, Your query was resolved.

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support