Is it possible to make a website only using HTML and CSS?
JacksonBell 05 October 2021
Is it possible to make a website only using HTML and CSS?
Anusha Singh 07 October 2021
As per your query it is understood that you need information about making the website just by using HTML and CSS.
To create a static website with no forms, no database access, no dynamic updates like RSS feeds, etc, yes, HTML and CSS are enough. Just those two can be used to create the following features:
· Left or top navigation bar with clickable links, separators, and thumbnails
· Body with main content, images, etc
· Footer with clickable social media links or images, links to your store, contact information, feedback, about page, and so on
· Site map to help your website rank nearer the top of search engine results
· Sweeping colorful backgrounds on every page
· The ability to change the layout, fonts, colors and basic actions like what color the links change to when clicked, whether you want a linked page to open in a new window or the same window, and whether or not you want search engine robots to index every page in your website
All the above can be done just using HTML and CSS.
Hope it helps!
Regards,
Anusha Singh