Website Authoring
Website Authoring
web pages using special web-authoring software such as Adobe •~ Creating web pages
Web development layers HTML is a text file, just like MS Word, except that it contains special
markers called tags. HTML can be entered into a text editor, which
When large websites are developed it is important to note that
enables tags to be entered as well as content to which the tags
many people will be involved in the development of the site. For
apply. You will see how to use a simple text editor for entering and
example, writers, illustrators, photographers, cartoonists, etc. ,
editing HTML later.
may work supplying the content for the website. Designers put
the content together in a way that is attractive and eye-catching Important note: HTML is not a programming language as such.
to users. Technical staff will create the code/instructions that will It just tells the computer how to display text and pictures on
make the various elements of the website behave in a certain way. web pages.