Hyper Text Markup Language ( extension : .html or .htm ) . it can contain the data in the form of Tag and Tag addition property can be added using Attribute.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
Elements are the building blocks of web pages. They define the structure and content of a webpage
<html>: Defines the beginning and end of an HTML document.
<head>: Contains meta information about the document, such as the title, links to stylesheets and scripts, and other metadata.
<body>: Contains the visible content of the webpage.
<h1> to <h6>: Headings that define the importance of a section of content.
<p>: Defines a paragraph of text.
<a>: Creates a hyperlink to another webpage or a location within the same page.
<img>: Displays an image on the webpage.
<ul> and <ol>: Creates an unordered or ordered list of items.
<li>: Defines a list item within an ordered or unordered list.
<div>: Defines a division or section of the webpage.
<span>: Defines a small section of text within a larger block of text.
<form>: Creates a form for user input.
<input>: Defines an input field for the user to enter data.
<button>: Creates a clickable button element.
<table>: Defines a table with rows and columns.
<tr>: Defines a row in a table.
<td>: Defines a cell in a table.
- html structure
- html basic tag
- html article
- html text formeting
- html table
- html forms
- html list
- html map
- html iframe
- html Multimedia
- html canvas and svg
- html project
- Login form template one
- Login form template Two
- Login form template Three
- web template
- template one
- template Two
- template Three
- Project
Back To Home Page
HTML Module 1 | HTML Module 2 | HTML Module 3 |
Module 1 | Module 1 | Module 1 |
> https://bgjar.com/