Difference between revisions 2362723 and 2362760 on enwikibooks

{{mergeto|Authoring Webpages|Same basic project: same topics covered}}

This is a Wikibook on the basics of web design. The way this book works is in a tutorial of a project, guiding you through every step of the way. It will introduce you to HTML and the goings on in the World Wide Web. You don't have to pay for this book, or the software it uses. All you need is a computer (PC or Mac) or a device that has developing software.

(contracted; show full)
== Get to know it ==

The languages we are using are HTML, CSS and JavaScript. These are all free, and are compatible on all modern browsers.

To start, open up your plain text editor. Start off by inserting <nowiki> <html> </nowiki>. This will identify the file type. When we publish the site, we need to insert a doctype before that. But that's too complicated for now.

{{Subjects|Web development}}