BS 4th Semester
Subject: Web Engineering
➢HTML stands for Hyper Text Markup Language
➢HTML describes the structure of a Web page
➢HTML consists of a series of elements
➢HTML elements tell the browser how to display the content
➢HTML elements are represented by tags
➢HTML tags label pieces of content such as "heading",
"paragraph", "table", and so on
The main tags of Html are:
➢Html
➢Head
➢Title
➢Body
➢Heading
➢Paragraph
➢Table
The main tags of Html are:
➢The <html> element is the root element of an HTML page
➢The <head> element contains meta information about the document
➢The <title> element specifies a title for the document
➢The <body> element contains the visible page content
➢The <h1> element defines a large heading
➢The <p> element defines a paragraph
When you use or start any tag of html don’t forget to close it.
Heading Tag
HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the
least important heading:
When you use or start any tag of html don’t forget to close it.
Link Tag
If you want to share any other in you website that is place in your PC folder
or place online so you can share it by giving link in <a href></a> tag
When you use or start any tag of html don’t forget to close it.
List Tag
If you want to make list of many things in sequence by numbering or icon
list.
When you use or start any tag of html don’t forget to close it.
Image Tag
If you want to paste any image by setting its height and width on the web
page. The most important thing you have to mention its path where the
selecting image is place whether it is in your PC or you want to fetch it
online.
When you use or start any tag of html don’t forget to close it.
Button Tag
If you want to make any button on the web page. You have to write the name
of button between the tags which you have to display on the web page.
When you use or start any tag of html don’t forget to close it.
HTML horizontal rule
If you want to take break between different lines but they should be in sequence but
not in paragraph form. So we use <hr> tag
When you use or start any tag of html don’t forget to close it.
HTML Line Break
When you use or start any tag of html don’t forget to close it.
HTML Formatting Elements
When you use or start any tag of html don’t forget to close it.
HTML Formatting Elements
When you use or start any tag of html don’t forget to close it.
HTML Formatting Elements
When you use or start any tag of html don’t forget to close it.
HTML Formatting Elements
When you use or start any tag of html don’t forget to close it.
HTML Quotations