HTML Tricks πŸ’‘βœ΄οΈ
A thread πŸ§΅πŸ‘‡
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.
3. Lazy loading images:
means that , after the above-the-fold content is fully loaded, or even conditionally, only when they appear in the browser’s viewport. This means that if users don’t scroll all the way down, images placed at the bottom of the page won’t even be loaded.
4. Document refresher :
5. Base URL :
The <base> tag specifies the base URL and/or target for all relative URLs in a document.

The <base> tag must have either an href or a target attribute present, or both.

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Aditi

Aditi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @shreeAditi26

3 Jun
9 Very Useful Website For Every Developer
A thread πŸ§΅πŸ‘‡

1️⃣ DevDocs
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
πŸ”—devdocs.io
2️⃣ stackoverflow
Stack Overflow is a question and answer website for professional and enthusiast programmers.
πŸ”—stackoverflow.com
3️⃣ easings.net
It helps in doing amazing css animations in sections without calculating much .
πŸ”—easings.net
Read 9 tweets
2 Jun
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.
Read 8 tweets
31 May
Important HTML tags for SEO
A thread πŸ‘‡
1️⃣ Title tag :

πŸ‘‰ 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.
Read 8 tweets
30 May
7 CSS Code generator site πŸ‘‡
A thread 🧡
1️⃣ πŸ”— Flexy Boxes
best-web-design-tools.com/resources/flex…
2️⃣ πŸ”— Css3 Generator
css3generator.com
Read 8 tweets
29 May
List of all HTML tags πŸ‘‡πŸ‘€
A thread 🧡

➑️ Basic HTML

πŸ“Œ<!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
Read 23 tweets
25 May
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.
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(