CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Balu

HTML – Develop a simple web page with CSS

HTML stands for Hyper Text Markup Language for creating web pages. HTML pages are developed with HTML tags. To decorate the appearance of an HTML page, we can use CSS. CSS stands for Cascading Style Sheets, used for decorating or styling HTML pages. In this simple article, we will look at how easy it is […]

HTML – How to use Anchor tag?

Anchor tag (<a> tag) in HTML is used to create a link between the pages or documents. The most common use of anchor tag is, to link between the web pages or sections in the page to navigate between them. The most common attribute we use is href attribute; to create hyperlinks to web pages. […]

Scroll to top