For this project, your task is to mark up a letter that needs to be hosted on a university intranet. The letter is a response from a research fellow to a prospective PhD student concerning their application to the university.
Sử dụng đúng các đối tượng tài liệu: Mỗi đối tượng tài liệu, hay phần tử HTML, được W3C thiết kế với một ngữ nghĩa (semantic) cụ thể. Sử dụng các đối tượng tài liệu có ngữ nghĩa phù hợp với nội dung giúp cho trang web giàu thông tin.
Nguồn: MDN Learn
For this project, your task is to mark up a letter that needs to be hosted on a university intranet. The letter is a response from a research fellow to a prospective PhD student concerning their application to the university.
To begin, get the raw text you need to mark up, and the CSS to style the HTML. Create a new .htm
file using your text editor to complete the tasks.
<html>
, <head>
and <body>
elements.<address>
elements. Each line of the address should sit on a new line, but not be in a new paragraph.http://example.com
as the URL.The following screenshot shows an example of what the letter might look like after being marked up.