Blog

CSS and CSS3 Tutorials

Introduction Tags Attribute Semantics tags Attribute The attribute provides additional information about element. In below example you can see the attribute is style and height and color are value of the attribute. Syntax <element attribute-name=”value”>content</element> <p style=”color: red”>Attribute example</p>  

Tutorial Demo

Introduction Tags Attribute Sample HTML is short form of Hyper Text Markup Language. Using HTML Markup language can create web pages. It is easy to learn and manage. Basic tags of HTML <a> </a> Anchor tag is used to redirect / switch from one page to another The Full form of the <abbr title=”Trainingmedal”> TM </abbr> …

Tutorial Demo Read More »

HTML Tutorial Training Medal

Introduction Tags Attribute Semantics tags Introduction HTML is short form of Hyper Text Markup Language. Using HTML Markup language can create web pages. It is easy to learn and manage. File name should be save with .html extension. Basic tags of HTML <!DOCTYPE html><html><head><title>Page Title</title></head><body> <h1>This is Heading</h1><p>This is paragraph.</p> </body></html> Output : This is heading …

HTML Tutorial Training Medal Read More »