HTML1
HTML1
Web page
•A web page or webpage is a document
commonly written in HyperText Markup
Language (HTML) that is accessible
through the Internet or other network
using a browser.
•A web page is accessed by entering a URL
addresses and may contain text, graphics,
and hyperlinks to other web pages and
files.
Types of Web page
<br/>
HTML Element Syntax
•Syntax :-
An HTML elements start with a start tags /
opening tag
An HTML elements ends with a end tag /
closing tag
The element Content is everything
between the start tag and end tag.
Some HTML elements have empty content.
Empty elements are closed in the start tag.
Most HTML Elements can have attribute.
Need for Html
Software Requirement
1. Editor : Notepad, Notepad++, Sublime, gEdit
2. Browser : Chrome, Firefox, Safari
Steps to create and execute
1. Open Notepad
2. Type the document
3. Save It
NOTE : Extension should be .htm or .html
4. Open Browser
5. File | Open and Browse the html document
Types of tags
Paired Tag
Non paired Tag