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
2 changes: 1 addition & 1 deletion My Html Project/formsExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<h1>Car Magazine Register</h1>
<form class="" action="https://www.wikipedia.org/" method="post">
<label for="nameSurname">Name and Surname</label>
<label for="nameSurname">Name </label>
<input id="nameSurname" type="text" name="" value="" placeholder="George William" required><br><br>
<label for="email">Email</label>
<input id="email" type="text" name="email" value="" placeholder="Your Email Address"required>@
Expand Down