Web Technology

Web technology refers to technology that create website include css,html,js and other

HTML Introduction

HTML Introduction

HTML is the standard markup language for creating Web pages. HTML consists of a series of elements. HTML elements tell the browser how to display the content. Example Explained The <!DOCTYPE html> declaration defines...
241 views
Place text in top-left corner of an image | text over absolute image

Place text in top-left corner of an image | text over absolute image

the way to set text absolute on the top corner image,first you need to set container class as relative and elements in container must be absolute if It is over on ....
204 views
CSS Tutorial

CSS Tutorial

CSS is the language we use to style an HTML document. CSS describes how HTML elements should be displayed. Classes and IDs are used as hooks for CSS styles. While the way...
198 views