You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 2: Specify the Name of the Project, make It public or primate, check on the readme file. Then click on Create repository on the button below.
28
+
Step 2: Specify the name of your project, make it public or private, check the option to include a README file. Then click on Create repository on the button below.
Step 11: Initially when I was creating the repo I used Git add * to add all files in one go.
98
99
99
-
If you are committing for the first time adding a file in this way you may ask to enter your GitHub email id and username to proceed. The screenshot will be the same as below. and then while you enter the push command it will ask you browser prompt to sign in to Github.
100
+
If you are committing for the first time, Git may prompt you to enter your GitHub email id and username to proceed.
101
+
The screenshot below shows an example of the prompt. After entering these details, when you run the git push command, a browser window may open asking you to sign in to GitHub.
100
102
101
103
```html title="create a new repository on the command line"
102
104
git config --global user.email "Enter your github Email"
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
117
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page.
118
+
119
+
A HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`.
120
+
Understanding HTML syntax and structure is essential for creating web pages and applications.
0 commit comments