On this blog i gotta show you a notes. When i see a tutorial, i always try to take note, this is about the HTML
-<h#> </h#> Header, the # specify the size of the font
**Color = Name, Color of the font
-<p> </p> i can use this to create a paragraph
-<ul> </ul> Pointer List
-<ol> </ol> Number List
-<li> </li> go before the <ul> o <ol>, They are the elements of the list
-<Body> </Body> Storage the informaton of the page
-<Head> </Head> Used to load any Script
**i can add CSS code
<Link type="text/css" rel="stylesheet" href="main.css">
-<html> </html> its the body of the file
-<!DocType html> Says us the HTML version
-<a href= "Dir" Target="_Blank"> </a> Call a hyperlink
**Href HTML attribute direction
**Target Place
%% _Blank new Tab
%% _Self Tab
-<Center> </Center> Place of the Text
-<Div> </Div> Create a target can i put a class property