Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts

HTML elements

An HTML element consists of an initial label and a final one, whose objective is to contain some other HTML element inside it or some other content, it is important to clarify that there are also HTML elements without content which are known as empty elements and do not have a label final.

Music and video with HTML5

Video with HTML5. | https://www.emailonacid.com
This topic was an important factor for the creation of HTML5, because previously when we wanted to place our users some music player or video, only could interact those users who accessed our website through the use of a computer, being unable to enjoy this, the users who accessed a mobile device or tablet.

For many users this can be very frustrating, and it is not for less considering that currently most of the users who surf the Internet do so through the use of a mobile device or tablet.

The div element in an HTML document

In this post we will introduce you to some applications of the <div> element in HTML documents, because perhaps this is the most important element in the creation of websites after the basic structure of an HTML document.
This element is used to define a section or block of content, to be able to apply different styles and even allow interaction with it through the use of Javascript, PHP, or any other programming language.

Basic HTML

In this post we will show you some basic examples about HTML, do not worry if any of the examples include tags that you have not yet understood because you will learn about them later.

When we first started learning HTML, we must understand that every website needs a basic structure through which everything can be properly organized, in addition to ensuring optimal performance in any device, this basic structure is commonly known as an HTML document and it is standardized.

Why is it important to learn to create a website?

World Wide Web | https://www.webdevelopersnotes.com/
This will be the first of several post on how to create our first page on the Internet, although we had already done a tutorial on how to create our first website this was never really online and only we could access it because it was in our computer, so this time we'll show you how to create a website that users around the world can access.

First of all, we need to know: Why is it important to learn to create a website?
Currently there are several reasons why it is important to learn to create a website and then we will explain some of them.

What is responsive design?

The design responsive is focused towards an improved interface for web browsing on mobile devices. The main objective of this type of design, is to improve the appearance of the websites with respect to the type of device with which the user is accessing. This kind of design uses code HTML5, CSS3 and Media Queries.