HTML5 Tutorial For Beginners #1

Опубликовано: 02 Июнь 2026
на канале: Eddimax Design
69
0

Hi everyone!
I am Eddimax and on this youtube channel in the future you'll find a tutorials on HTML 5, CSS and tricks to making your website and much more.

Share this HTML5 Tutorial For Beginners #1 :
   • HTML5 Tutorial For Beginners #1  

In this HTML5 Tutorial For Beginners #1I will talk about:

HTML or HyperText Markup Language is the standard markup language used to create web pages.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets.
HTML tags most commonly come in pairs like h1 and /h1, although some tags represent empty elements and so are unpaired, for example img. The first tag in a pair is the start tag, and the second tag is the end tag.
Elements can have attributes, which control how the elements work.
Attributes are placed inside the start tag, and consist of a name and a value, separated by an "=" character.

TIP! : Any document or folder that you create save in lowercase words, to make your work more easy when you will working on hyperlinks.

The root element of this tree is the html element, which is the element always found at the root of HTML documents. It contains two elements, head and body, as well as a Text node between them.
The head element contains a title element, which itself contains a Text node with the text "Sample page". Similarly, the body element contains an h1 element, a p element, and a comment.
The DOCTYPE declaration must be the very first thing in your HTML document, before the html tag.
The DOCTYPE declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in.

TIP! : Always add the DOCTYPE declaration to your HTML documents, so that the browser knows what type of document to expect.

Web browser (such as Google Chrome, Internet Explorer, Firefox,) is to read HTML documents and display them as web pages.
The browser does not display the HTML tags, but uses the tags to determine how the content of the HTML page is to be presented/displayed to the user.

Song Youtube Audio Library: Silent Partner- Dont Look

Thank you for watching HTML5 Tutorial For Beginners #1 see you next time.
Subscribe To My Channel and Get More Great Tips