logo

Web Development Documentation

   

Added on  2023-06-13

17 Pages3450 Words79 Views
1Web Development Documentation.
WEB DEVELOPMENT DOCUMENTATION.
by (Name)
[Name of Class (Course)]
[Professor’s Name (Tutor)]
[School Name (University)]
[City And State Located]
[Date]

2Web Development Documentation.
Table of Contents
WEBSITE DOCUMENTATION USING HTML,CSS,AND JAVASCRIPT................................3
HTML DOCUMENTATION..........................................................................................................3
CSS DOCUMENTATION..............................................................................................................8
JAVASCRIPT DOCUMENTATION...........................................................................................15
REFERENCES..............................................................................................................................17

3Web Development Documentation.
WEBSITE DOCUMENTATION USING HTML, CSS,AND JAVASCRIPT.
Autism Friendly Architecture is a website designed to illustrate the various aspects used in the
web designing and to demonstrate the use of professionalism using the various techniques of web
development.
In this website documentation there is analysis of use of The HTML,CSS and JAVASCRIPT
programming languages where the various elements used will be discussed and their use in the
implementation of the website.
Below is the various languages used and the use of the elements.
HTML DOCUMENTATION.
In this website there are various elements of The html language that were used and they have
unique purpose as discussed below.
The Doctype html tag.
<! DOCTYPE html>
The above is the type of the tag that is used to give the formal definitions of HTML5 to enable
the use of the html5 syntax in the webpage documents and enable compatibility of various web
browsers.
The html lang tag
<html lang="en">
The html tag is the tag that marks the beginning of the webpage ,the attribute html lang is used in
the web pages to do declaration of the type of languages to be used in the entire WebPages
sections and this helps the browser and the search engine while loading the webpage
(MacDonald, 2015).
The head tag.
<head> head part </head>

4Web Development Documentation.
The above is the head tags element that has both opening and closing tags ,this element is used to
act as a container of other elements which includes document’s title ,script, the style and meta
elements.
The title elements .
<title>the title </title>
The above is the title element that had been used in the webpages and its is put inside the HTML
element ,this elements provides the definition on the toolbars of the loading browser and is used
to give the web page title when it is loading on the browser.
The meta element.
<meta content="width=device-width, initial-scale=1" name="viewport">
The above is the illustration of the meta element which is mainly used to provide the metadata
details of the web page which include the descriptions of the pages the width of the screen of the
device.
The link element.
<link href="css/style.css" rel="stylesheet" type="text/css">
The above is the link tag that was used to do linking of the html page with other resources
externally located ,this tag is used to link the cascading style sheet from the external source file
(Matthew, 2014).
The script element .
<script src="js/menu.js"> javascript </script>
The above is the script element that is mainly provides a script on the side of the client the script
tag in this case had been used to connect the externally located script file using the src attribute.
The body element.
<body> Body Tag</body>

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Web Design: HTML, CSS and Bootstrap Report 2022
|12
|2149
|36

Web Design: HTML, CSS, and JavaScript for Web Application Development
|7
|1183
|92

Diary web  application
|5
|1116
|16

Assignment On Responsive Design of the E-portfolio Pages
|4
|750
|121

Java Script function
|6
|2700
|401

Designing and Developing Mobile Application for E-Portfolio using Phonegap
|9
|955
|432