DEV Community

Cover image for HTMLda manashularni bilishingiz kifoya
Roshidoniy
Roshidoniy

Posted on

1

HTMLda manashularni bilishingiz kifoya

Web dasturlashga kirib keldingiz. HTML'da o'zingizni birinchi "Salom, Dunyo!" yozuvingizni chiqardingiz.

Image description

Website'da boshqa xil turli ishlarni qilish uchun tag'lar o'rganasiz. Lekin qanchasi yetarli?

HTML'da 100 dan ortiq tag'lar bor (140 aniqrog'i). Lekin yaqinda 3 yildan beri Frontend dasturchi bo'lib nechtasini ishlatganimni sanadim va bular atigi 25ta ekan. Agar shularni bilsangiz, HTMLni o'rganishni (vaqtincha) to'xtatib, keyingi bosqichga be'malol o'tsangiz bo'ladi

Siz o'sha 140 tasini yodlab vaqtni o'tkazmang. Manashu ro'yhatni o'zi sizga be'malol loyihalar qilishingizga yetadi.

Bu postni doston qilib yubormoqchi emasman, shuning uchun shunchaki list'ni beraman

Bone tags

  • <html>
  • <head>
    • <title>
    • <link> (css file bog'lash uchun)
  • <body>
    • <script> (Javascript file bog'lash uchun)

Text

  • <h> tags (h1,h2,h3,h4,h5,h6)
  • <p>
  • <span>
  • <a> - (link)
  • <ul> - (list)
    • <li>

Wrappers

  • <div>
  • <footer>
  • <header>
    • <nav>

Form tags

  • <form>
    • <input>
    • <select>
    • <option>
    • <button>

<table>

  • <tr>
  • <th>
  • <td>

Agar shu tag'larni ishlata olsangiz (attribute'lar bilan), siz be'malol HTML 'ni bilaman deb aytishingiz mumkin

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay