473,396 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

designing a wesite

10
i ahve been tasked to design a webpage that links to other pages using html. i know very little about html or xml. can someone send me a code to do that
Apr 20 '07 #1
4 1007
drhowarddrfine
7,435 Expert 4TB
Linking in HTML
Apr 20 '07 #2
misspn
10
thank you, but thats not what i was looking for. i need the actual lines and there position in the html code.
Apr 23 '07 #3
drhowarddrfine
7,435 Expert 4TB
That same web site will teach you html but the purpose of this forum is to answer questions about specific problems. Many of us are paid to create the code for you.
Apr 23 '07 #4
KevinADC
4,059 Expert 2GB
thank you, but thats not what i was looking for. i need the actual lines and there position in the html code.

There is no actual lines or their position in the html code. You put the lines into the html where they are needed. The actual lines depend on what you are trying to accomplish. Look at the source code of any webpage and you will see how diversly html code can be written/formatted. There is a sort of template though:

<head>
<title>your title</title>
</head>
<body>
visible page content here
</body>
</html>

you could call that the foundation or maybe the sub foundation. You have to add the framing, plumbing, and wiring depending on your design concept. The html code is like the lumber used to frame a house, once you know how to frame a house you can pretty much frame any house using lumber. But first you have to know how to measure, cut, nail, and how to comply with building standards. Same with html, but you can learn it almost overnight. Even a slow learner should only need a few days to learn basic html. CSS is a little harder, but not much. It's the spotty support between browsers (mostly Internet Explorer) that makes it difficult.
Apr 23 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Sky Sigal | last post by:
Hello: I'm currently messing around, and need as much feedback/help as I can get, trying to find the most economical/graceful way to build usercontrols that rely on styling to look any good... ...
3
by: mystilleef | last post by:
Hello, I need to design a plug-in system for a project. The goal is to allow third party developers interact with an application via plug-ins in a clean and robust manner. At this point I am...
8
by: pransri2006 | last post by:
Hi guys! I think all of u know about the designing of compilers. Can any body tell me about the designing of the compilers. And also tell me the difference between the compilers and Interpreter...
5
by: nmsreddi | last post by:
Hello friends i am developing ajax enabled wesite in asp.net2.0 and c# in the webforms where ever i am using update panel of ajaxtoolkit Respose.write is not working ,on ther form where there...
1
by: anujaf | last post by:
I'm a VB 6 programmer. I want jump to Web designing. I would like to know what is the best web designing tool which can be intergrated with the ASP .net and what is the best book to learn web...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.