HTML শিখুন খুব সহজে, গড়ুন অনলাইন কেরিয়ার (পর্ব-১,২,৩)

আসসালামু আলাইকুম। আমি নতুন টিউনার, আজ আপনাদের জন্য HTML শেখার সুন্দর ও সহজ পদ্ধতি তুলে ধরব। পূর্বে যদি এই টিউন হয়ে থাকে আমাকে ক্ষমা করবেন। আর কথা না বাড়িয়ে কাজের কথা শুরু করি।

পর্ব-১

HTML Structure

HT ML tags are used. Each tag is a <(Les than) symbol and> (greater than) symbol. These two symbols <> and the two that are tagged with a trailing back slasa first symbol (/) marks the end of the tag. For example, tag to a full one. Such as:

<HTML> ........................................ </HTML>

Each HT ML files tags begin with a good idea and tag will not be the last badhatamulaka. HT ML tag in the head and body sections of the HT ML structure file as follows:

<HTML>
<Head>
..................................... ( Head Section)
</HEAD>
<BODY>
..................................... ( Body Section)
</BODY>
</HTML>

পর্ব-২

TAG

HT ML said files are created by a combination tag. Some attributes again with some of the tags. For example, if you want a Bold text nil at HTML as a signal to enter the B & B than any other character goes to HT ML and b will not be able to understand it. Greater than in accordance with the rules and running than Center enter the symbol. Such as:

<B> MEDIA COMPUTER </B>

This tag is a container tag also has tag. These are the empty tag. Normal line breaks, etc. Horizontal Rule empty the tag is used. This tag does not need to end.

<HTML>
<HEAD>
</HEAD>
<BODY>
This is Media Computer <BR>

I like it very much
</BODY>
</HTML>

Here <BR> by line breaks or directions to the next line and still need to finish this tag.

পর্ব-৩

Attribute

Said about the tag. This tag specifies the name of the attribute is specified as well. For example: <H. I> Horizontal lines indicate the length of the tag. The line at the back of the Align, Right, Center, and fixed it. Align the name of the attribute is used. Such as:

<HEAD>

<HEAD>

<BODY>

<HR Align="Left">

</BODY>

</HEAD>

</HTML>

The core of the program are bismayabodhaka with the tag symbol mark (!) Is used. Such as:

<HTML>

<HEAD>

</HEAD>

<!This is simple Comments. This is not the part of code.>

</BODY>

</HTML>

আরো জানতে পরিদর্শন করুন

গুরু দোয়ার  ও আমার সাইট

Level 0

আমি নিশাচর মামুন। বিশ্বের সর্ববৃহৎ বিজ্ঞান ও প্রযুক্তির সৌশল নেটওয়ার্ক - টেকটিউনস এ আমি 12 বছর 2 মাস যাবৎ যুক্ত আছি। টেকটিউনস আমি এ পর্যন্ত 2 টি টিউন ও 12 টি টিউমেন্ট করেছি। টেকটিউনসে আমার 0 ফলোয়ার আছে এবং আমি টেকটিউনসে 0 টিউনারকে ফলো করি।


টিউনস


আরও টিউনস


টিউনারের আরও টিউনস


টিউমেন্টস

Level 0

বাংলায় লিখলে সবার খুব উপকার হত।

ভাই আপনি তো ক্যাটাগরি ভুল করেছেন! HTML,CSS,JavaCript,PHP etc নিয়ে পোস্ট দিলে ওয়েব ডেভেলপমেন্ট ক্যাটাগরিতে দিতে হয় ।আপনি ডেভেলপমেন্ট শিখাইতেছেন,আয় করা তো না ।

    Level 0

    THANK YOU BROTHER. I AM NEW TUNER .

Level 0

এই টুকুতে HTML শেষ?

বাংলায় হলে ভাল হত……………………

ইংরেজিতে শিখতে হলে তো বিশ্বের সেরা http://www.w3schools.com/ সাইটই আছে … … …

Level 2

ভাই ওয়েব ডিজাইন শিখতে গেলে কি গ্রাফিকস এর কাজ অবশ্যই শিখতে হবে নাকি গ্রাফিকস না শিখলেও চলবে।

Level 0

Its better if you know that, but not a must.

Level 0

আপনার এক পোস্টেই আমি html শিখে ফেলেছি, আপনাকে ধন্যবাদ

চালিয়ে যান। নতুনদের অনেক উপকারে আসবে। টিউনগুলো বাংলায় করার চেষ্টা করেন।

There is much more to learn about HTML . It’s better to learn HTML from http://www.w3schools.com .