Monday, 31 October 2016

Basic HTML tags

<HTML> ---</HTML>

<HEAD>---</HEAD>

<TITLE> ---</TITLE>

<STYLE>----</STYLE>

<SCRIPT>---</SCRIPT>

<BODY>----</BODY>

<P>---</P>

<B>---</B>

<STRONG>----</STRONG>

<I>---</I>

Tuesday, 4 October 2016

Basic structure of HTML


<html>

<head>

<title> Basic Structure </title>

</head>

<body>

<p> This is example program for html</p>

</body>


</html>


Note: Type the above program in Notepad and save the file with .html extension and run the program in any browser or double click the file.

What is HTML?


HTML

Hypertext markup language (HTML) introduced by Tim Berners-Lee . In HTML we are used tags for writing programs. For example <html> it is the starting tag and </html> it is the ending tag.

       Tags are called HTML element and in between the tags contains the text or paragraph called content. The html elements have some attributes like src, height, width and so on. These attributes are placed within tags. For example <img src=”” height=”200” width=”200”>.
        One more point some html tags are no end tag. For example <br> break tag, <img> image tag.



How to Learn Web Design?




If you want to learn Web designing means have to know about the below list.

1. HTML

2. CSS

3. JAVA SCRIPT

4. PHP or DOT NET

5. MYSQL or any DATABASE