Learn the Basics Tags and HTML Structure Explanation || Web Development Tutorial || Nafiz Anam
HTML Documents
All HTML documents must start with a document type declaration: <!DOCTYPE html>.
The HTML document itself begins with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>.
The <!DOCTYPE> Declaration
The <!DOCTYPE> declaration represents the document type, and helps browsers to display web pages correctly.
It must only appear once, at the top of the page (before any HTML tags).
The <!DOCTYPE> declaration is not case sensitive.
HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
Hey guys,
In this video I have shown you what is Tags in HTML and have explained
the structure of HTML. Also shown you some basics codes of HTML. You
will find live coding with live preview of a website in this video coded
with HTML.
Thanks foe watch this video do share with your friend and give a thumbs
up if you liked it.
Previous Video Link: https://youtu.be/5uSSXFhtmzY
Channel link : https://www.youtube.com/channel/UCpu9yCmmUQT49lCLH6qXwzQ
Playlist link : https://www.youtube.com/playlist?list=PLl_XPzEGme8XjtAUgFLkua1llWlrfcBQU
===============================================================
#html5_tutorial #html #web_development #learn_html #html_table #html_videos #learn_with_nafiz #video_tags
===============================================================

No comments