Html Css js Frontend projects
9.86K subscribers
1.08K 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
πŸ§‘β€πŸ’» β€’ Responsive css animation.

@html_css_js_projects
🀯2πŸ‘1
πŸ˜„πŸ˜„πŸ€¦β€β™‚οΈπŸ€¦β€β™‚οΈπŸ€¦β€β™‚οΈ
😁4
πŸ§‘β€πŸ’» β€’ Login 3D effect
πŸ“ β€’ HTML + CSS

@html_css_js_projects
πŸ”₯5❀1
Is it easy to learn programming?

- No, learning coding is not difficult. However, like anything new, it’s not easy to get started, and how difficult it is to learn coding will depend on a number of factors.

- The fact is that it is not impossible to learn coding, it will be a little difficult to get started, and you can work on it and become an expert.

πŸ‘‰ @html_css_js_projects
πŸ‘2πŸ‘1
samandar.jpg
265.9 KB
HTML TAGS
πŸ‘2πŸ‘1
<!DOCTYPE>


Definition and use
All HTML documents must begin with a <!DOCTYPE> declaration.

The declaration is not an HTML tag. This is "information" to the browser about what type of document to expect.

In HTML 5 the declaration is simple:

<!DOCTYPE html>
🀯1
<bdo>


BDO stands for Bidirectional Overlap.

The <bdo>tag is used to override the current text direction.

#html
πŸ‘3
<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