Module 01 Practice

I am Md Nizam Uddin I am a professional Full stack web developer I want to enjoy my life. I want to visit the world

Video 1-1 Welcome To The World Of HTML

                
                    

I am a Professional Web Developer

I am a Professional Web Developer

I am a Professional Web Developer

I am a Professional Web Developer

I am a Professional Web Developer
I am a Professional Web Developer

Video 1-2 Paragraphs, bold vs strong, italic, small

Welcome to Milstone 01

This is paragrapg

This line bold by b tag
This line is in strong tag
This is italic
This line is in small tag

Video 1-3 Headings And Semantic Tag Inline And Block Elements

Display HTML code

                
                 <!DOCTYPE html>
                 <html>
                 <head>
                     <title>Sample Page Title</title>
                 </head>
                 <body>
                  <h1>Sample Page Heading</h1>
                  <p>Sample Page paragragh</p>
                 </body>
                 </html>
                
                

Video 1-4 Html Link Anchor Tag, Href, Target Attributes

Here Use target Attributes

Video 1-5 Image Tag With Attributes Display Online Image, Local Image, Folder Image

Image

Video 1-6 List, Container Tag, Ordered List, Unordered List


Unordered List

Ordered List

  1. Green
  2. Yello
  3. Red

Video 1-7 HTML forms: input types, buttons and text field, select, option

HTML Form








Your Message




Video 1-8 Explore Html Structure In Vs Code Doctype, Html, Head, Meta, Title


Video 1-9 Basic Html Summary, Mission, Goal


QUIZ


Question 01: What file extension (file type) will you use to save a website file?
Ans: .html

Question 02: What is the meaning of HTML?
Ans: Hypertext Markup Language

Question 03: How would you write a paragraph for a website (pay attention)?
Ans: <p>All of the above are wrong </p>

Question 04: How many HTML heading tags are there?
Ans: 6

Question 05: Which one is the third biggest heading tag?
Ans: h3 tag

Question 06: If you click on an anchor tag, where will it usually open?
Ans: It will opened in the current tab.

Question 07: Which is an example of a image tag?
Ans: <img src=”dog.png” alt=”My dog”>

Question 08: How will you write a list item tag containing the word mobile?
Ans: <li> Mobile </li>

Question 09: How would you write a button tag?
Ans: <button> </button>

Question 10: Which attribute is not a part of the input tag?
Ans: src


National Flag