Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion My Css Projects/boxexample.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src="photos/plane.png" alt="plane">
</div>
<div class="mountain1">

This is test
</div>
<div class="mountain2">

Expand Down
6 changes: 3 additions & 3 deletions My Html Project/formsExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<body>
<h1>Car Magazine Register</h1>
<form class="" action="https://www.wikipedia.org/" method="post">
<label for="nameSurname">Name and Surname</label>
<input id="nameSurname" type="text" name="" value="" placeholder="George William" required><br><br>
<label for="nameSurname">Name</label>
<input id="nameSurname" type="text" name="" value="" placeholder="enter your name" required><br><br>
<label for="email">Email</label>
<input id="email" type="text" name="email" value="" placeholder="Your Email Address"required>@
<input id="email" type="text" name="email" value="" placeholder="enter your email id"required>@
<select class="" name="">
<option value="">hotmail.com</option>
<option value="">gmail.com</option>
Expand Down
1 change: 1 addition & 0 deletions My Html Project/muttutest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is a test file fkffkm
61 changes: 0 additions & 61 deletions My Html Project/tables.html

This file was deleted.