What is the HTML? HTML is not a Computer Language. it is the Collection of 'Tags'. accordingly this is called to 'Markup Language'.
Object Editors You can use this software for edit your webpage. 1. Editplus 2. Notepad 3. Notepad++
HTML Tags This tags use to Describe webpage content. Tags are also have as Pair. But Special Tags are in single.
HTML Tags, Elements & Attributes
Basic Tags in HTML 1. <html></html> 2. <head></head> 3. <title></title> 4. <body></body>
HTML tags are not case sensitive. (you can use Capital, Simple or Both)
HTML Page Structure
<html> <head> <title> CR4C3RS </title> </head> <body bgcolor="#ff0000"> <p><a href="www.slhackz.blogspot.com">This is the first HTML Lesson</a></p> </body> </html>
* If you want to what is this you can run this in your PC.
you want to save a webpage you must use this extention. 1. html 2. htm If you use PHP or ASP to make your webpage you must give .php or .asp extension.
HTML Heading If you want to add some Paragraph as a heading you can use this tags.
<h1>Put your text here</h1><h2>Put your text here</h2><h3>Put your text here</h3><h4>Put your text here</h4><h5>Put your text here</h5><h6>Put your text here</h6>
You can Edit 'Put your text here'. Replace this text with your text.
You can use align for set the place. you can change align value Left, Right or Center. Have you any problem please Comment here.
HTML
What is the HTML?
HTML is not a Computer Language. it is the Collection of 'Tags'. accordingly this is called to 'Markup Language'.
Object Editors
You can use this software for edit your webpage.
1. Editplus
2. Notepad
3. Notepad++
HTML Tags
This tags use to Describe webpage content. Tags are also have as Pair. But Special Tags are in single.
HTML Tags, Elements & Attributes
Basic Tags in HTML
1.
2.
3.
4.
HTML tags are not case sensitive. (you can use Capital, Simple or Both)
HTML Page Structure
CR4C3RS
* If you want to what is this you can run this in your PC.
you want to save a webpage you must use this extention.
1. html
2. htm
If you use PHP or ASP to make your webpage you must give .php or .asp extension.
HTML Heading
If you want to add some Paragraph as a heading you can use this tags.
Post a Comment
Give us a comment.