Hello how are you?
I'm Emilio Dami Silva and this is my first article to introduce you to the html world in a practical way.
This course is very basic and is intended to introduce you to HTML only.
HTML (Hypertext Markup Language), is the standard markup language for creating web pages, describes the structure of a web page and consists of a series of tags and elements that tell the browser how to display the content
In short, it is a markup language used by browsers to display content on computers in general, browsers read the html codes and convert them into visible text pages to be displayed on the screen. HTML is a form of script interpreted by the browser.
What will we need to assemble our first page?
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="author" content="Emilio Dami Silva"/>
<meta name="description" content="Course basic HTML"/>
<meta name="keywords" content="Courses, HTML, site, web, website, development"/>
<title>Neocodex Design Class</title>
</head>
<body>
<h1>
Our page OFICIAL
</h1>
<p>
Our first page created in HTML.
</p>
</body>
</html>
Got a Project? Let’s Get to Work!
Feel free to contact us via e-mail or by phone. Also, you can fill out the form and send us
a
message.
We will contact you back immediately.
Thank you very much for visiting our website!