The <wbr> (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break
When a word is too long, the browser might break it at the wrong place. You can use the <wbr> tag to add word break opportunities
2๏ธโฃ <bdi>
The HTML Bidirectional Isolate element (<bdi>) tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text.
3๏ธโฃ <pre>
Text in a <pre> element preserves both spaces and line breaks. The text will be displayed exactly as written in the HTML source code
4๏ธโฃ <code>
The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font.
5๏ธโฃ <sub>
The HTML Subscript element (<sub>) specifies inline text which should be displayed as subscript for solely typographical reasons. Subscripts are typically rendered with a lowered baseline using smaller text.
6๏ธโฃ <sup>
The HTML Superscript element (<sup>) specifies inline text which is to be displayed as superscript for solely typographical reasons. Superscripts are usually rendered with a raised baseline using smaller text.
7๏ธโฃ <progress>
The HTML <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
โข โข โข
Missing some Tweet in this thread? You can try to
force a refresh
Websites for all kind of learning resources for web developers
- Fundamentals
- Accessibility
- Web components
- Progressive web apps
- Frameworks and libraries
- Testing
- Architecture and Paradigm
- UI and UX
- DS and Algo
I joined Tech Twitter 11 months ago and during this time I made around 72K audience.
Everyone can do this. Let me share how ๐งต
1๏ธโฃ Find your niche
Evaluate your passions and skills. And share something in the community in which you are good at. This is how you can let the people know that new member joined in the community recently
This is how I started ๐๐ป
2๏ธโฃ Use big accounts smartly ๐
I have noticed many people tag big accounts in their tweet in order to get impressions. This is not the right thing.
You can reply on the posts of big accounts and by doing so there might be some chances of getting impressions on your reply....