HTML Tutorial

In HTML

706

22 Oct, 2022

HTML Elements

The entire element, including everything between a start tag (eg <div>) and an end tag (eg </div>) is an element. An element can contain one or more elements, like tags. Continue Reading

In HTML

694

14 Oct, 2022

HTML Tags Tutorial

The technical term used is that the opening tag is called the opening tag or start tag, and the end tag is called the closing tag or end tag. Continue Reading

In HTML

560

14 Oct, 2022

HTML Attributes Tutorial

Each HTML element tells the browser how to display the content it contains. For example, the <hr/> element tells the browser to show a horizontal line. Continue Reading

In HTML

576

14 Oct, 2022

HTML Document DOC Type Tutorial

The first line <!DOCTYPE html> is used to indicate (to the browser) what type the document is. This declaration is given based on which version of HTML to use. Continue Reading