WEB DESIGN AND DEVELOPMENT class 1
আজকের প্রথম ক্লাসে আমরা শিখবোঃ
- একটা website এর title দেওয়া।
- Website এর body writing, লেখা মোটা পাতলা করা।
- 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:
⇒.....<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>
©
</body>..........
</body>..........
PREVIEW:
Subscribe our youTube channel for inspire to update:
সাব্সক্রাইব করে অনুপ্রাণিত করুন।
No comments