Skip to content

Commit 5d5a3bf

Browse files
committedFeb 19, 2025
Added all HTML files and projects
1 parent eeabcd3 commit 5d5a3bf

File tree

138 files changed

+7818
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+7818
-0
lines changed
 

‎Basics.html/1. helloWorldBoilerPlate.html ‎1. Basics/1. helloWorldBoilerPlate.html

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<!--
2+
-HTML was initially invented to publish research papers.
3+
-All the tags in HTML are acting as a container.
4+
-The way HTML tags are organized one after the other is called HTML hierarchy.
5+
-The four most essential and widely used HTML tags that help web browsers to function properly are:
6+
<html> < / html>
7+
<head> < / head>
8+
<title> < / title>
9+
<body> < / body>
10+
-Web servers are configured to pick up some of the file automatically example: index.html file.
11+
-In earlier days, there used to be so many DOCTYPES because browser was serving so many of the documents i.e. HTML with different versions.
12+
-Now it's just same which is <!DOCTYPE html>. It means the document that you are about to serve on web page is of the latest version i.e. HTML 5.
13+
-->
14+
115
<!--
216
<!DOCTYPE html>
317
<html lang="en">

‎1. Basics/1.1 html heirarchy.svg

+1,383
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.