HTML Tutorial: Inline & Block Elements | Web Development Tutorials #9

preview_player
Показать описание

Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

The <em> tag is a inline element and the <div> tag is a block element.
And <li> tag is a block element

TweenCraftCartoon
Автор

The "li" tag is used for list items and it's a block-level element. The "em" tag is used for emphasizing text and it's an inline-level element. The "div" tag is used for dividing a page into sections and it's a block-level element. Finally, the "img" tag is used for inserting images into a web page and it's an inline-level element.

khanismail
Автор

<li> used to make the list
<em> is an italic tag
<div> is used to break the line and start from new paragraph
<img> is a tag used to insert an image

SoniSingh-syvs
Автор

I have been using youtube as a source of education for like 6years and i feel like you are the best tutor i have ever found on youtube in all these years.. thanks man ❤

anonymousanonymous
Автор

Sir, after watching your HTML tutorial, it feels like I am in a real classroom and my respected teacher teaching in front of me..lots of respect and love for you.. God Bless you..with all the success ahead in life.. Keep supporting & guiding us.. :) _/|\_

gulshanupreti
Автор

You taught me more than my computer teacher

krishna_kanahiyaa
Автор

<li> is used to represent an item in a list.
<em> is used in italics language in the text.
<div>is used for line breaks or paragraph changes.
<img>is used to insert an imag

atozfacts
Автор

<li> and <div> -> block elements
<em> and <img> -> inline elements

anti-bug
Автор

"li" and "div" are block
while "em", "img" are inline

Thanks for this great playlist

ahmedtaimoor
Автор

Challenge accepted
li = block
em = inline
div = block
Thanks for your contribution for making youtube a free source of learning "expensive" content!!

sidhantnain
Автор

The <em> tag is used to define emphasized text.The <li> HTML element is used to represent an item in a list. The div tag in HTML is a container that is used to group other HTML elements together and apply styles to them as a unit. The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document.

ahmadalijahangir
Автор

<li> is block element
<ul> is block element
<div> is also block element
<img> is inline element

riteshpandey
Автор

Inline Elements: span, strong, em, <a> tag,
Block Elements: <p> tag, div, <li> tag.... etc.

saurabhkumar
Автор

The <li> tag defines a list item.
The <em> tag is used to define emphasized text. The content inside is typically displayed in italic.
The <div> tag defines a division or a section in an HTML document.
The <img> tag is used to embed an image in an HTML page.

aneesdaily
Автор

i am learning HTML from this channel in 2024 and i don't there is any channel on youtube who tech like you harry bhai Love you.

AutoReviewPakistan
Автор

<img>, <em> is inline tag and <div>, <li> is block tag

manishasingh
Автор

Challenge accepted 💪
⚫Block: ul, li, div
⚪Inline: em, img

youngquotes
Автор

So, much interesting. I was searching for such a content for 3-years and finally my friend suggested me to learn from you and I came there. This is a lot of interesting course. I've accessed the playlist after watching your first video. Because I was started to take interest in this playlist. You are doing awesome work and I hope you will continue your work. Best of Luck. May you also grow much and more. May Allah bless you with success!

devsolves
Автор

Examples of block-level elements include <div>, <p>, <h1> to <h6>, <ul>, <ol>, <li>, <header>, <footer>, <section>, <nav>, <article>, <form>, etc.
Examples of inline elements include <span>, <a>, <strong>, <em>, <img>, <input>, <button>, <label>, <br>, <i>, <b>, <u>, etc.

Thesaifullahjadoon
Автор

CHALANGE ACCEPTER
<li> is block element.
<img> is inline element by default.
<div> is block element.
<em> is inline element.

muhammadfaizan