You are on page 1of 14

Prof.

Rupali
 HTML documents are simply text documents
with a specific form
 Documents comprised of content and markup tags
 Content: actual information being conveyed
 The markup tags tell the Web browser how to display
the page
 An HTML file must have an htm or html file extension
 An HTML file can be created using a simple text
editor
HTML tags are added to Web documents to
control their layout and appearance.

Hypertext is non-linear – the reader can


follow links, jumping from page to page.

Linear text is read from start to finish.


 The Notepad text editor
 Create an HTML document
 Run on any browser
<html>
<head>
<title>Title of page</title>
</head>
<body>
This is my first homepage.
</body>
</html>
Use the extension htm or html.

Be careful to select All Files as the type.


Be sure the file has the extension .htm, not .txt.
But, I do not like the formatting – I want to add a heading and a
paragraph break, so I must add some more HTML tags.
1. New Semantic element
2. Persistent Local storage
3. Web socket
4. Server sent events
5. Canvas
6. Audio and video
7. Geo location
8. Drag and drop

You might also like