Learn the basics of HTML pages
Before starting to make your page with HTML codes, let's see some fundamental concepts so that you become familiar with them, since you will surely apply them. Don't worry, in this link you will find these concepts, explained in detail, so that you can use them throughout your programming process.
The most relevant thing you need to know to understand HTML is the following:
The tags must have opening and closing (<h1> text </h1>). Otherwise, the code will not be recognized by the site and the changes you make will not be displayed. It is always important to check this aspect, before putting a new code, to avoid a later exhaustive review in search of an error.
The basic structure of a web page is made up of the <html>, <head> and <body> tags. The first indicates the beginning of the page; the second is the header and contains descriptive information about the site; and the third is the one that contains all the visible elements within the page.
Heading levels can range from h1 to h6 tag.
The <p> tag corresponds to paragraphs.
The <a> tag represents links.
The metadata contains information about the page, such as: styles, search engines, scripts, to name a few. These are made up of the <base>, <head>, <link>, <meta>, <style> and <title> tags.
2. Open the text editor and start with a basic structure
If you have a Windows computer, you can find the text editor as "Notepad"; on a Mac computer you can use "TextEdit". After opening it, write a base HTML structure like the one shown in the following image:
how to make a web page in html
You can use this structure to customize your page's main title, content description, and easily code your entire site.
Work the text in HTML
Working the text in HTML is one of the easiest steps. Here you can use the title tags that we mentioned earlier (h1, h2, h3, h4, h5, h6). Its use will depend on the hierarchy you want to give each title or subtitle.
The <p> tag marks paragraphs. With both elements you can start coding the text of your page.
hosting web
hosting linux
web hosting
free hosting
cheap hosting
vps
No hay comentarios:
Publicar un comentario