HTML Document| First HTML Document | HTML Code Using Notepad

Опубликовано: 26 Ноябрь 2021
на канале: Coding Era
3
0

html document, how to write first html code, how to write first html code using Notepad, html code is very easy to understand,
If you are beginner then you should right your first html code on Notepad just to understand how this thing works.

explanation: 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 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.

The !DOCTYPE declaration for HTML5 is

!DOCTYPE html

html headings

HTML headings are defined with the h1 to h6 tags.

 HTML paragraphs are defined with the p tag.

The html element is the root element and it defines the whole HTML document.

It has a start tag html and an end tag /html

Then, inside the html element there is a body element.

The body element defines the document's body.

It has a start tag body and an end tag /body.


На этой странице сайта вы можете посмотреть видео онлайн HTML Document| First HTML Document | HTML Code Using Notepad длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Coding Era 26 Ноябрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 3 раз и оно понравилось 0 зрителям. Приятного просмотра!