Friday, 10 October 2014

How to get started to learn HTML

as discussed earlier when we copy and past it in notepad on the
desktop and when we open it with any of the browser it will look
like this


<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

hope you got it

now lets learn basics of html, before we learn anything
we have to learn basics of that one
now the basics of HTML programming is:


All HTML documents must start with a type declaration: <!DOCTYPE html>.

The HTML document itself begins with <html> and ends with  </html>.

The visible part of the HTML document is between <body> and </body>.

we can divide a html document to any parts but mostly it includes

<html>(html opening and closing)
<head>(head tag in between html)
</head><head tag closing>
<body>(visible part)
</body>(body closing tag)
</html>(html closing)
hope you got it

now the basics of HTML programming language includes
1.Headings(heading will have from <h1> to <h6>tags)
2.Paragraph(paragraph have starts with tag<p></p>)
3.links

ok will go in depth in the next chapter
thanks for watchin my video
please leave a comment and subscribe to my channel
watch my youtube video at Getting started to html

Monday, 6 October 2014

Needs and Requirements to start learning HTML

Hello my name is shafaath

Welcome to my "simplest ways to learn web designing" tutorials

lets learn web designing in an understandable manner

to make you understand web-designing i take few steps that

involves logic and simplicity.

for learning "web designing" first of all we should know

what is web designing?

1.web designing means designing web pages or documents
(using some tools, methods, procedures, tags, scripts etc..)
which can be seen all over the world using internet

to create or make or develop web pages or web documents
first of all we have to learn

1.HTML

what is HTML stands for???

1.HTML stands for Hyper Text Markup Language
2.we call markup language cause its a set of markup tags
3.HTML pages are described by HTML tags

thats all dont go in depth, you will learn everthing as we go on
ahead in the subject

1.needs and requirements to learn HTML

we can learn HTML by using HTML editors like

•Adobe Dreamweaver
•Microsoft Expression Web
•CoffeeCup HTML Editor

but i recommened you to go with using notepad which is simplest
way to learn HTML and also easy and understandalbe.

Follow the 4 steps below to create your first web page
with Notepad.

Step 1: Open Notepad

To open Notepad in Windows 7 or earlier:

Click Start (bottom left on your screen). Click All Programs.
Click Accessories. Click Notepad.

To open Notepad in Windows 8 or later:

Open the Start Screen
(the window symbol at the bottom left on your screen).
Type Notepad and open it after it gets open

Step 2: Write Some HTML

Write or copy the below HTML tags into Notepad.

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

Step 3: Save the HTML Page

Save the file on your computer.

Select File -> Save as in the Notepad menu.

When saving an HTML file, use either the .htm or the .html file
extension. There is no difference, it is entirely up to you.

Step 4: View HTML Page in Your Browser

Double-click your saved HTML file or right click and go to
open with option and open this file by any of the browser,
and see the result

thats all for today

just keep watching for more videos

thanks for watching my videos

please subscribe and leave a comment

thanks again