HTML Some Impotent Tutorials ( Part-1)
We know many of our people want to learn how Create a website for my won.
Those code are HTML { Hyper-text markup language }. When we start to create a website you must type this Tag [ <html> here will stay your all content<html/> ]
I will Try to give you all friends and followers a better Tutorials What do you want?
Today i just show you some very useful (HTML) Code. We use this code to create a Creative Website.
First of all you have some software Such as { Notepad, Notepad++, Dreamweaver8 e.tc
Those code are HTML { Hyper-text markup language }. When we start to create a website you must type this Tag [ <html> here will stay your all content<html/> ]
<!DOCTYPE html>
<html>
<body> >>>> This is body. What do you want to write here this is that place
<h1>My First Heading</h1> >>>> This is called Heading. It is depend on your own concept.
<p>My first paragraph.</p> >>>> This is called paragraph tag "p". You can write here different types of paragraph what do you want.
</body>
</html>
No comments
Post a Comment