0% found this document useful (0 votes)
30 views2 pages

Sample: Created by Nguyen Thi Kim

This document is a sample page created by a student at the Vietnamese German University for an English for Engineering class. The page shows proper formatting of HTML tags and includes the student's name, ID, class, instructor, and due date. It provides a heading and sample text about formatting tags, and uses various HTML tags throughout.

Uploaded by

Phuc Ha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

Sample: Created by Nguyen Thi Kim

This document is a sample page created by a student at the Vietnamese German University for an English for Engineering class. The page shows proper formatting of HTML tags and includes the student's name, ID, class, instructor, and due date. It provides a heading and sample text about formatting tags, and uses various HTML tags throughout.

Uploaded by

Phuc Ha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

The Vietnamese German University

Foundation Year Studies


English for Engineering

Sample
This is a sample page to show proper formatting
Note, you can either have tags on separate lines
or at beginning and end of a line.
It is best to put tags on separate lines, if there is a lot of text.

Created by Nguyen Thi Kim, [email protected]


The Vietnamese German University
Last Modified: 16 March 2012
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<!-- The Vietnamese German University
Class: English for Engineering
Instructor: Richard Bradley
Homework: Sample Simple Page for Homework
Student Name: Nguyen Thi Kim
Student ID: VGU9999
Due Date: 18 March 2012 -->

<title>Sample Page</title>
</head>

<body>
<p align = "center">
<font size="-1">
The Vietnamese German University<br>
Foundation Year Studies<br>
English for Engineering<br>
</font>
</p>
<hr>

<h1 align = "center">Sample</h1>


<p align = "center">This is a sample page to show proper formatting</p>

<p align = "center">


Note, you can either have tags on separate lines<br>
or at beginning and end of a line.<br>
It is best to put tags on separate lines, if there is a lot of text.
</p>
<br>
<hr>

<address>
<p>
Created by <u>Nguyen</u> Thi Kim,<a href="mailto:[email protected]">[email protected]</a><br>
<a href="http://www.vgu.edu.vn/">The Vietnamese German University</a><br>
<tt>Last modified:1o Mar 2012</tt>
</p>
</address>
</body>
</html>

You might also like