0
What html meaning
3 Respostas
+ 21
HyperText Markup Language
0
do you know course in operation research
0
hello mazen
html means hyper text markup language
for another word it is the main structure of the web page also it is very simple
to begin with html you need just text editor like notepad or notepad++
and to write these tags
<html>
<head>
<\head>
<body>
<\body>
<\html>
these tags are fixed in any web page
and when you done you must save the notepad with .html
or .htm
for example web.html
note : the main code must written inside the
body tag
example
<body>
<h1> hello programmers <\h1>
<\body>
for more information visit w3school
this website will help you not in html but in massive programming languages