DEV Community

Dilesh Zingare
Dilesh Zingare

Posted on

I Built a Restaurant Website Using Only HTML – My First Frontend Project Series. Part-4

Hello and welcome back to my 4th part of My First Frontend Project Series. I am Dilesh Zingare and, If you didn't see previous 3 articles then you are missing something important. I have uploaded lectures videos of each and every article I uploaded so don't worry about anything.

**_

Quick Recap of 3rd Part......

_**
In previous part we have learned about CSS Style Tag. We saw that what are the Selectors, Properties and Values of Style Tag. In this Article we will see that, How Buttons works and How to apply them in our HTML file. Except that is the part of CSS too......

_**

Let's Start 4th Part.....

**_
Button is an HTML tag and we use it to create the clickable button in Body of HTML file. For that we have to use button tag and you know how to apply any type of tag to an HTML file, Right. In the button tag you will have to write a type of Properties and it's value to properly command the computer. Like (button type= button) here is the link from you can watch how to apply the button tag.
[https://github.com/dilesh596/The-Bite-of-Soul/blob/main/Website.html]

Don't forget that we can only use <> this parentheses in HTML.

From CSS Style tag you can design the button as you like.....

That's it for today and I think this was the last article of this series. Don't forget to apply this on your website. And after you have made the real life project make sure to comment me link of it. Good bye till next article...

My github URL is........
[https://github.com/dilesh596]

Top comments (0)