Making Layout and website newbie

Joined
Mar 30, 2010
Messages
52
Reaction score
0
Points
6
Location
Coventry
Any programs for me a total beginner to make a layout and site from scratch? i will use w3 schools to help me but what programs would you recommend ?
 
Joined
Oct 22, 2010
Messages
2,571
Reaction score
79
Points
48
Location
Bretforton, Worcestershire
Your Mac's Specs
MacBook Pro 15" 2014, 2.2GHz i7, 16GB RAM, 250GB SSD, OSX 10.9.5 - iPhone 5s 16gb
iWeb is always a good starting point for anyone.
But if you want to learn code, try using dreamweaver, download a free website template (there are thousands out there) and mess around with it, changing it, adding to it etc etc until you are confident enough with the code that you can start from scratch.
If you are starting with simple html code then even Textedit already installed on your mac can be a useful tool.
i.e open TextEdit and type:

<html>
<head>
<title>
---title goes in here---
</title>
</head>
<body>
----main content in here-----
</body>
</html>

then save it as index.html
open it in a browser and voila your first from-scratch website lol

- Simon
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top