CodeSteps

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

HTML

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 […]

How to align div tags side by side?

An HTML <div>tag is used to define a section in an HTML document. This tag is more often used to create web-layouts. Some times, it is required to place two <div> tags side by side. As it is not straight forward, below steps are helpful to achieve this: Step 1. First, write the HTML code […]

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