PROGRAMM & CODE
LATEST ARTICLES
HTML Paragraph Tag Tags Description <p> This tag represents a paragraph. HTML Display We are not...
HTML Head and Heading Elements at a Glance Tags Description <head> A container for all head elements....
HTML Comment Tag Tags Description <!– –> This tag is used to comment HTML elements....
style attribute HTML elements can be styled in three ways. Namely: Inline style Internal style External...
The HTML class attribute is used to style multiple elements in the same way. Examples Output ...
Some commonly used HTML attributes and their uses: Attribute Description alt This attribute <img>is...
An HTML element without content is called an empty element. <br />The empty element is closed within...
An HTML element is usually made up of an <opening> tag and a </closing> tag, with the content...
Every HTML document <!DOCTYPE html>begins with a declaration. HTML documents <html>begin...