Anda di halaman 1dari 3

Open notepad and save as yourfilename.html its .html extension at end.

<>tag or component.

<!DOCTYPE html>
This is used to make browser understand that it is a html file

<html>this is a main tag.

It will have
<head> it is used for browser (only important information is kept here
and will be cannot seen by user.)
1. Title (<title>)
<title>Web Designing by Venu</title>

<body>this info can be seen by user


It will have three major parts
a) Header(<header>)
It is nothing Heading for a top.
<hgroup>it is used for group the tags inside header.
H1 tag(<h1>)
H3 tag(<h3>)
b) Section(<section>)
It consists of articles.
Article(<article>)
Paragraph(<p>)
c) Footer(<footer>):
In this we will write copywrite info, web designer name, website
name
For getting the copyright symbol press START button and
type character map from this select the symbol you want and
paste.

From h1 to h6 tags
CSS (cascade style sheeting):
It is basically used for styling the web pages.

Note : we must use CSS in Head part of the html page, as it is not
visible to user.
<style = text/css>
This is three types:
1. inline CSS
2. Onpage CSS
3. External CSS
It means we can get a external .css file as use in the web page.

Anda mungkin juga menyukai