8οΈβ£ mockaroo.com
Need some mock data to test your app? Mockaroo lets you generate up to 1,000 rows of realistic test data in CSV, JSON, SQL, and Excel formats.
1. Picture tag :
The <picture> tag gives web developers more flexibility in specifying image resources.
The most common use of the <picture> element will be for art direction in responsive designs. Instead of having one image that is scaled up or down based on the viewport width
2. Input Suggestions :
The <datalist> tag specifies a list of pre-defined options for an <input> element.
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.