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


No comments:

Post a Comment