|
How to play song in html
here are many situations where user need to run video on html page. A simple way is embed that in pa
|
Paragraph tag
aragraphs are used to show the normal text in paragraph. We denote this with
&n
|
Font tag
Font
tag is used to format the text in different font styles. We have to
write the font tag before
|
Marquee tag
With this text is shown in scrolls. There are many prop
|
Meta tags
Meta
tags are very useful and can be used for many purposes. These c
|
List tag
List is
|
Image tag
Image tag is used for place the images on web pages. Image tag can have different properties. These
|
Form tag
orm tag is used at those pages where we are taking inputs from users.
We will tahe example here of
|
Heading tag
Now we will learn more tags From heading one to heading six. We denote it with <h1> Heading
|
Base Tag in Html
We can declare a common base tag for images in head section.
<base href="/images">
|
Pre tag in HTML
This
tag is used for show the formatting of text(formatted text) means
preformatting text. We wil
|
HTML Basic
TML is used to create the web pages on web. An HTML file must have an
htm or html file extension. H
|
Frameset
e can divide the page in different frames. Frames gives us ability to split the browser window in di
|
Div tag
Another
important tag is div tag, which means division tag. Div works
|
Body tag
Body
tag is the main tag of the HTML. Information shown on web page is
placed in body tag. We can
|
Anchor tag
Anchor tag is used for create link or create mail link. you have seen email text on many website.
|