+ All Categories
Home > Documents > (Website)

(Website)

Date post: 18-Dec-2015
Category:
Upload: arifudin
View: 56 times
Download: 0 times
Share this document with a friend
Description:
Assignment
Popular Tags:
18
ASSIGNMENT : WEBSITE 1. Insert Table 2. Text Colour
Transcript

ASSIGNMENT : WEBSITE

1. Insert Table

2. Text Colour

3. What is a Declaration and give a exampleThe declaration must be the very first thing in your HTML document, before the tag.The declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in.In HTML 4.01, the declaration refers to a DTD, because HTML 4.01 was based on SGML. The DTD specifies the rules for the markup language, so that the browsers render the content correctly.HTML5 is not based on SGML, and therefore does not require a reference to a DTD.Tip:Always add the declaration to your HTML documents, so that the browser knows what type of document to expect.

EXAMPLE :

Title of the document

The content of the document......

4. What is Navigation Menu and give exampleNavigation is the most significant element in web design.Since web-layouts dont have any physical representation a user can stick to, consistent navigation menu is one of the few design elements which provide users with some sense of orientation and guide them through the site. Users should be able to rely on it which is why designers shouldnt mess around with it.

Example :

cvv

5. Insert Background Colour.

6. Set page to center1Open Notepad or a comparable text editing application.

2Create thebasic HTML skeletonof the website.

3Within the tags add the following style definition.

4Inside the tags add the following div tags.

5

Place any content for the site between the tags.

6Finished product:

7Save your file with the extension .htm or .html and you're all done.

7. Insert Last Update

8. Page Break

Thisisthetextforpage#1.

Page#2...

Page#3...

9. Create Marquee Text

10. How to Save and Run Web

Step 1 : Click Save As..

Step 2 : Write the File name and change the format file as htmEx: DIN.htm

Step 3 : Click save at any folder..and open the file that format htm or html


Recommended