/    Sign up×
Community /Pin to ProfileBookmark

help me in web designing

i suhas who is a basic web designer in india.i have a lots of idea in my large capity terabyte head for design website but i do not know how to start like where to place pictures, navigation, banner,buttons and i donot know the fundmentals to can any one helpme please ! ? ? 😮

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@KeveyOct 24.2005 — Choose a page on the internet that you like, right-click and view source. This will give you a basic idea on how pages are created. You can save that source code to your hard drive, or in your large capacity terabyte head ? and play around with the code to see what the code does. Of course you don't want to republish someone else's scheme, but it is good for practice.

Also find some good books and references on HTML and CSS...search this forum...everyone has an opinion on the best reading. Good luck.
Copy linkTweet thisAlerts:
@The_Little_GuyOct 25.2005 — I would also suggest going to http://www.w3schools.com. They have tutorials, and an editor, where you can create code and view what that code did.

Another place to learn would be http://w3.org this is another good place to learn HTML, I don't think they have an online editor, but that is about the difference.

I have not really seen if my site is helpful to a newbie, so if you try that, plese tell me if it helped at all.
Copy linkTweet thisAlerts:
@CharlesOct 25.2005 — I have not really seen if my site is helpful to a newbie, so if you try that, plese tell me if it helped at all.[/QUOTE]What Is HTML?

HTML (Hyper Text Markup Language) is a text file containing tags. These (markup) tags tell your Web browser how to display the information within the text file on the page.[/quote]
Wrong. HTML is about the meaning of a page, CSS is about how it is displayed.Your First Web Page

All web pages should contain the following tags, for best results, so lets see how to make your first web page by using these tags:

<html>

<head>

<title>My Home Page</title>

</head>

<body>

This is my first Web Page.

</body>

</html>[/quote]
The minimum [i]required[/i] for that HTML document is as follows:&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;title&gt;My Home Page&lt;/title&gt;
&lt;p&gt;This is my first Web Page.&lt;/p&gt;
<font color="#0000FF">This is blue text</font>[/quote]There are so many things wrong with that that I won't even try to comment.

Beginners would do well to steer clear of WebToolz.
Copy linkTweet thisAlerts:
@The_Little_GuyOct 25.2005 — that is what I basically said, but I am still tring to make it better
Copy linkTweet thisAlerts:
@CharlesOct 25.2005 — You noted that it might help. I'm warning them that it will hurt. And what's worse, because they are beginners they will not know that they have been hurt until it's too late. It would be sest if you removed that site.
Copy linkTweet thisAlerts:
@The_Little_GuyOct 25.2005 — Their, I removed it, but I am not removing it from the internet, because it isn't dedicated to learing HTML, CSS, etc. It will later be used for more. It is going to be used for css creating CSS stylesheets, easily, and with out the use of remembering code. But on the HTML index page, I made lots of changes. What do you think now?
×

Success!

Help @daywalker_atl spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...