Sie sind auf Seite 1von 2

ICT60115 Advanced Diploma of Information Technology

ICTWEB505 – Develop Complex Web Page Layouts

Distance Learning Activity Week 5

Submitted by: (insert your name)


This Distance Learning Activity is due at the end of week 5 (Upload on Sunday by 11.55pm
via Distance Learning - Submission Point via Moodle).

What does the acronym WWW stand for?

 It stands for hypertext transfer protocol


What are the abbreviation of HTML and CSS? Explain. (No more than 100 Words)
 HyperText Markup language (HTML) is the primary language for building a
website. It is used to structure a web page and its content.
 Also describe as a simple language used to describe the logical structure of a
document, its can describe which text the browser should emphasize, which
text should be considered body text verses header among other functions
CSS
 CSS (Cascading Style Sheets) it is a style used to format and style the layout of
web pages to become user friendly. For example, it alters the fond size, colour,
creating spacing of your web content, animation among other styles on a web
page.
What is a website made of? Refer to: https://www.youtube.com/watch?v=vzdA66d6xDs
 Web Hosting Service
 Content Management System (CMS)
 Web pages,
 Images
 Videos or other digital assets that is hosted on one or more web servers,
usually accessible via the Internet

What are ‘Tags’ in HTML?


 Tags are hidden characters which are within a web page that display the content
and constituting formatted commands.
What do you need to make a webpage?
 HTML
 CSS
 JavaScript
List the tools used as per the Operating System. Refer to:
https://www.dummies.com/web-design-development/site-development/tools-for-creating-
html-when-building-websites/
 Window Notepad
 TextEdit in Mac Os
Professionals editing tools
 C++ notepad
 Dreamweaver
 Microsoft visual basic studio
Write down the basic structure of an HTML document.
Refer to: https://www.w3schools.com/html/
<HTML>
<HEAD>
<TITLE>Welcome to website Development</TITLE>
</HEAD>
<H2>User Friendly Website<H2>
<FORM>
<User Details=”COMMENTS”ROWS=4, COLS=40>Please describe
yourself</TEXT AREA>
</FORM>
</BODY>
</HTML>

For references, please refer to the links provided and the resources in the Moodle.

Das könnte Ihnen auch gefallen