Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

TUGAS PROGWEB 3

D3TK 43-02 REZA RADITYA 6702174090

1. HTML File Path


https://www.w3schools.com/code/tryit.asp?filename=GIY6KITLUD85
2. HTML head
https://www.w3schools.com/code/tryit.asp?filename=GIY6LT6WVELQ
3. HTML layout
https://www.w3schools.com/code/tryit.asp?filename=GIY6ODTNYGSD
4. HTML Responsive
https://www.w3schools.com/code/tryit.asp?filename=GIY6R9HR5A9K (web page responsive full
example)
5. HTML Computercode
https://www.w3schools.com/code/tryit.asp?filename=GIY6VXJEYKP1
6. HTML Entities
https://www.w3schools.com/html/html_entities.asp (tidak ada example)
7. HTML Symbol
https://www.w3schools.com/code/tryit.asp?filename=GIY73L7THP20
8. HTML charset
https://www.w3schools.com/html/html_charset.asp (ex : <meta charset="UTF-8">
9. HTML URL encode
https://www.w3schools.com/html/default.asp
(scheme://prefix.domain:port/path/filename)
10. HTML VS XHTML
https://www.w3schools.com/html/html_xhtml.asp
(<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Title of document</title>
</head>
<body>

  some content here...

</body>
</html>)

You might also like