header

Engineering Solution

Smart Technical Assistance Center, BD

Select blog language from Bangla to -

WEB DESIGN AND DEVELOPMENT class 1


Web design and development all video tutorial links:
https://bit.ly/2JuRdmw

আজকের প্রথম ক্লাসে আমরা শিখবোঃ
  1. একটা website এর title দেওয়া। 
  2. Website এর body writing, লেখা মোটা পাতলা করা।
  3. Body তে লেখা bold, underline, italic করা এবং copyright এর চিহ্ন আনা।

Topic 1
একটা Website এর Title দেওয়া।

Notepad++
<!DOCKTYPE html>
<html> </html>
⇒ ......<html>
                 <head></head>
           </html>
⇒......................<head>
                               <title></title>
                         </head>
⇒...................................<title>
                                             Learn HTML
                                       </title>

PREVIEW:

Topic 2
Website এর body writing, লেখা মোটা পাতলা করা।

…..</head>
              <body></body>
⇒.....<body>
                <h1>This is my first class</h1>
                <h2>This is my first class</h2>
                <h3>This is my first class</h3>
                <h4>This is my first class</h4>
                <h5>This is my first class</h5>
                <h6>This is my first class</h6>
           </body>.....
PREVIEW:




Topic 3
Body তে লেখা bold, underline, italic করা এবং copyright এর চিহ্ন আনা।

….<body>
               <b>Bold the line</b>
               <u>Underline the line</u>
               <i>Italic the line</i>
               &copy;
      </body>..........

PREVIEW:


Subscribe our youTube channel for inspire to update: 
সাব্সক্রাইব করে অনুপ্রাণিত করুন।














No comments

Powered by Blogger.