Toggle navigation
TechnoWikis.com
Email or Username
Password
Remember
Login
Register
|
I forgot my password
All Activity
Questions
Hot!
Pending
Ask a Question
Privacy Policy
Contact
HTML5 First steps
Home
Tutorials
Development
HTML5 / CSS3
HTML5 First steps
(adsbygoogle = window.adsbygoogle || []).push({});
+5
votes
204
views
HTML5 First steps
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
reopened
Jun 23, 2019
|
204
views
answer
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Add answer
Cancel
1
Answer
+3
votes
Best answer
HTML5 is
not only the latest version of
HTML
but it is also a compendium of technologies that are used to build modern and advanced websites.
HTML5
is primarily responsible for providing a semantic standard in terms of code writing, as well as the possibility of providing solutions to features that were only possible in the past with
plugins
built in a laborious manner.
Selecting a web browser
This may sound obvious, but yes, the most important tool we will need to start with
HTML5
is a web browser.
Of the most popular and compatible we have:
Google Chrome
Mozilla Firefox
Opera
Apple Safari
Internet Explorer
These browsers are used by most users, some more others less.
They are constantly being updated to provide the necessary support for these new technologies.
Maybe we want to use a browser that is not in the list but my recommendation is that we stick to this list to enjoy the greatest compatibility.
M favorite browser is
Google Chrome
, it is quite simple and has good development tools.
But, if you're not a fan of
Chrome,
I can suggest
Firefox
or
Opera
since its
HTML5
support is on par with
Chrome
.
I am not a fan of
Internet Explorer
and many users are not, but it is important to mention that the new versions are prepared to support many key features of
HTML5
.
Selecting a Code Editor
We will need a code editor to write
HTML
documents, yes we can use the notebook, but it is not practical at all and with so many new technologies it just is not correct.
You can use any text editor but I recommend an editor that contains support for
HTML
and preferably for
HTML5
, these editor offer syntax review for your code, autocomplete to reduce the amount of code we need to write and a preview of the changes we make .
I recommend
Sublime Text 2
, for several things, first it is extremely light, the executable should not reach 20mb, it offers support not only for HTML5, but also for
PHP
,
Javascript
,
CSS
,
Perl
,
Ruby
, among others.
We are looking for a powerful, light and fast editor
Sublime Text 2
is our choice.
Elements
The elements are the way we tell our browser about our content.
The effect of the elements is applied to the content, each
HTML
element has a different and specific meaning.
HTML defines several types of elements that have different roles, the
code
element in an example of a semantic element.
These allow us to define the meaning of our content and the relationships between different parts of it.
Let's see an example:
As we can see this example has three parts, the first two parts are called labels, the beginning of the label is
<code>
and the end
</ code>
and between them is the content element.
HTML
defines different element types that fulfill different roles in our
HTML
document, the
<code>
element is an example of a semantic element, these allow us to define the meaning of our content and the relationship between the parts of it.
In the following tutorials we will see the different attributes that can be applied to the elements, as well as some
CSS
that is essential and that goes hand in hand with
HTML
and of course, the new features and labels that this new version has for us.
answered
Jun 23, 2019
by
stackoverflow
(
3.5m
points)
edited
Jun 23, 2019
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Add comment
Cancel
Related questions
+3
votes
1
answer
HTML5 attributes
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
229
views
+3
votes
1
answer
HTML5 - Creation of Documents and Attributes
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
197
views
+5
votes
1
answer
Tables in HTML5 - part 1
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
195
views
+3
votes
1
answer
Tables in HTML5 - part 2
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
185
views
+3
votes
1
answer
HTML5, Input Element - Part 1
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
192
views
Sponsored articles cost $40 per post. You can contact us via
Feedback
All categories
Tutorials
7.5k
Microsoft
1.9k
Android
1.4k
Security
120
Linux / Unix
543
Internet
757
Virtualization
104
Apple
611
Networks
64
Other Devices
321
Other Applications
184
Hardware
19
Development
53
HTML5 / CSS3
12
Web Servers
9
JavaScript
12
Other languages
2
PHP
8
CMS
4
Python
5
WebServers
1
Digital Marketing
47
Databases
14
Graphic Design
30
Guides
794
GraphicDesign
54
Networking
4
PlayStation
186
Gaming
55
Linux/Unix
85
Manzana
33
Otherdevices
38
Otherapps
49
Digitalmarketing
39
Safety
1
Developing
2
Help
685
Social Networks
34
Android Tutorial
549
iPhone Tutorial
267
News
17
Social
6
Phone
11
Telephone
9
Applications
167
Smartphones
3
Cell Phones
11
Applications
25
Travels
6
Photo
21
Education
18
Games
25
Internet
14
Music
8
Technique
10
Video
6
Windows
5
Apple
2
Cell Phones
3
TikTok
216
Trips
2
House
1
Operating System
5
Tips & Tricks
892
Solutions
6
Tutorials
3
FAQ
1
Applications
5
Cell Phones
2
Tutorials
4
Computers
6
Tutoriales
2
8
Technology
2
In Computers
1
In Applications
2
Tutorials Tutorials
9
Applications Applications
25
Aplicaciones Applications
4
Devices Devices
5
Tutoriales Tutorials
1
Tutorials u00a0 Tutorials
2
Applications u00a0 Applications
2
Devices u00a0 Devices
1
OS OS
1
Etc Etc
2
Most popular questions within the last 30 days
Please leave a comment about whether the solution works or not (with device model)
[X]Close
10,659
questions
10,791
answers
510
comments
3
users