Html Css js Frontend projects
9.85K subscribers
1.07K photos
138 videos
64 files
172 links
Advertisements Contact me👇🏻
@We_D5

Hello everyone you can learn interesting facts about coding in this channel 💻

Perfluence
Download Telegram
<audio>

The <audio> tag is used to embed audio content in a document, such as music or other audio streams.

The <audio> tag contains one or more <source> tags with different audio sources. The browser will choose the first supported source.

The text between the <audio> and </audio> tags will only be displayed in browsers that do not support the <audio> element.

HTML supports three audio formats: MP3, WAV, and OGG.
👍3👏2
<aside>

The <aside> tag defines some content aside from the content it is placed in.

The aside content should be indirectly related to the surrounding content.

Tip: <aside> content is often placed in a sidebar in a document.

Note. The <aside> element is not rendered as something special in the browser. However, you can use CSS to style the <aside> element (see example below).
👍5🔥2
<area>

The <area> tag defines an area within an image map (an image map is an image with clickable areas).

<area> elements are always nested within the <map> tag.

Note. The usemap attribute of the <img> is associated with the <map> element's name attribute and creates an association between the image and the map.
2👍2
<address>

The <address>tag defines the contact information of the author/owner of the document or article about.

Contact information can be an email address, URL, physical address, phone number, social network ID, etc.

Text in an <address> element is usually displayed in italics, and browsers always add a line break before and after the <address> element.
👍31🔥1
<abbr>

<abbr>The tag defines an abbreviation or abbreviation like "HTML", "CSS", "Mr", "Doctor", "ASAP", "ATM".

Tip: Use the global attribute to display the description of the abbreviation/acronym when you hover over the element. title
👍6🤯1🤩1
<a>


The <a>tag defines a hyperlink that is used to link from one page to another.

The most important attribute of the <a> element is the href attribute, which specifies the destination of the link.

By default, in all browsers, links will look like this:

An unvisited link is underlined in blue.
The visited link is underlined and colored purple.
The active link is underlined and red.
👍3
💪 Start small!

Start with a glass of water.
Start by paying off one debt.
Start by reading a single page.
Start by selling a single product.
Start by deleting an old phone number.
Start with a lap run.
Start by attending an event.
Start by writing a page.

Start today!

Repeat tomorrow!
🤯2👍1
👍2
What is React?

React is basically a library that is second only to HTML, CSS, and Javascript in web programming.

● With React JS, you can create user interfaces (UIs) and the Front End of your site.

● React is a javascript frameworki developed by Facebook.

● React can be used as a basis in the development of a one-page website or mobile applications.

● The main function of React is to display data in the DOM.
👍2
You can use this code if you want to create a window effect in CSS.

background: rgba (255, 255, 255, 0.1);
-webkit-backdrop-filter: blur (10px);
👍1
📺 Quick buttons for watching YouTube videos

🔠 If you want to pause the video on YouTube, you can use the K button, the J and L keys to move the video back and forth for 10 seconds, and the M button to mute it.

0 or Home button - to return the video to the beginning. Buttons 1 to 9 - return to 10-90% of total video time; End button - serves to jump to the end of the video.

⬅️➡️ - Buttons move back / forth for 5 seconds.
⬆️⬇️ - Buttons are used to increase / decrease the volume.
The F - key displays the video as a fullscreen. The space also pauses.

@html_css_js_frontend_projects
👍2
Code numbers to create some emojis in HTML.

© html_codes

P / S. Leave a comment with the number of the emoji you like. I'll start with myself.

@html_css_js_frontend_projects
👍32
This media is not supported in your browser
VIEW IN TELEGRAM
Values of animation-timing-function in CSS. The video shows their clear difference.

© frontend_trend

P / S. I hope it was helpful.

👉 @html_css_js_frontend_projects
4👍1
What code allows us to immediately move to another address when visiting any website?

To do this, a simple meta tag will help us. The picture shows an example.

<meta http-equiv = "refresh" content = "0"; url = "..." />

you can specify the desired location in the url section.

@html_css_js_frontend_projects
👍1🔥1
+998997604311
Bu bir qizning iltmosi iltimos tel qilib ishonch hosil qiling : Men 13- yoshdaman. Oģr dardga yulqdim. Shifokorlar davo topa olmadi. Kuzimda yosh blan Payģambarlarimiz nabirasi Zaynabning qabriga ziyoratga bordm. U yerda uxlab qolibman tushimga Zaynab krdi va oģzimga suv tomizib Allohni ruxsati blan tuzalasan dedi. Boshimdan õtgan bu hodisani xalqga tarqatishimni suradi! Men yozib tarqatdim. Bir boy insonga berdm ishonmadi 13- kunda boridan ayrildi, Nochorga berdm ishondi 13-kunda ishi yurishdi. Bunga ishonganlar quvonchga ishonmaganlar dardga tõldi! Bu yozuvni õqigan inson 13-kishiga tarqatsn va istagi 13-kunda ijobat bõladi agar nazariga ilmasa falokatga yulqishi mumkin! Allohning raxmati va barokati sizlarga bõlsin! Onam uzo yashasn desangz onangz uchun erinmang Shu oyda siz yaxshi kurgan insoningz bilan birga bulasz. Bugun yarm tunda u sizni yaxshi kurishini tushunib yetadi Yaxshilik siz bilan ertaga buladi. Bu sinalgan. Tun chiraki 3-larda sizi kimdir qõnģroq qladi. Lekn bu zanjirni uzsangz baxtingizni 10 yilga yuqotasz. BU MENI AYBIM EMAS MENGA HAM BU XABARNI YUBORISHDI. MAJBURMAN ONAM UCHUN. UZR
❤️
This media is not supported in your browser
VIEW IN TELEGRAM
An element that can be resized.

.container {
resize: both;
overflow: auto;
}}

@html_css_js_frontend_projects
3
Microsoft is in the final stages of testing a major fall update to the Windows 11 operating system.

It is said that there will be significant changes after the update.

#windows

@html_css_js_frontend_projects
👍1