π Title tags are displayed on search engine results Pages ( SERPs ) as a clickable headline for a given results .
2οΈβ£ Meta description tag :
π It draws readers to a website from search engine result pages (SERP) thus is very visible and important part of search marketing.
3οΈβ£ Open graph tags :
π It allows Developers to control what content is shown when their sites are linked to another social media platform .
4οΈβ£ Header tag :
π Header tags are used to provide structure and context to our website.
5οΈβ£ Alt tag :
π It is an HTML attribute applied to image tags to provide a text alternative for search engine .
6οΈβ£ Canonical tag :
π Canonical tag is a way of telling search engines that a specific URL represents the master copy of a page . It prevents problems caused by identical or duplicate content appearing on multiple URLs.
7οΈβ£ Robot meta tags :
π Robot meta tags is a piece of code that provide crawlers instructions for how to crawl or index web page content .
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
Useful CSS units You should know
A thread π§΅π
π px :
The px unit is the magic unit of CSS
The px is thus not defined as a constant length, but as something that depends on the type of device and its typical use.
π Viewport Height (vh). This unit is based on the height of the viewport. A value of 1vh is equal to 1% of the viewport height.
Viewport Width (vw). This unit is based on the width of the viewport. A value of 1vw is equal to 1% of the viewport width.
π<!DOCTYPE> : Defines the document type
π<html> : Defines an HTML document
π<head> : Contains metadata/information for the document
π<title> : Defines a title for the document
π<body> : Defines the document's body
π<h1> to <h6> : Defines HTML headings
π<p>: Defines a paragraph
π<br> : Inserts a single line break
π<hr>: Defines a thematic change in the content
π<!--...--> Defines a comment
β‘οΈ List
π<ul>: Defines an unordered list
π<ol>: Defines an ordered list
π<li>: Defines a list item
π<dl>: Defines a description list
π<dt>: Defines a term/name in a description list
π<dd>: Defines a description of a term/name in a description list
Here are some insights which I got from yesterday's spaceπ
β‘οΈThere are two kinds of people we get to see after rejection 1. One who take it in a positive way , pen down things that lead to rejection , Work hard try to overcome those and prepare themself for the next interview
2. The other one after rejection takes the step back thinking that's it's very difficult for them to clear those interviews and they develop a fear of rejection inside them which doesn't let them prepare for the next one
β‘οΈ Never give any labels to yourself Like -
π You're an introvert π You're not good at Coding .. You can't do this or that ...etc
Because at the time you start giving these labels ....then it's becomes very difficult for you to overcome these and move ahead in life.