Responsive Web design (RWD) , a design strategy developed to cope with the amazing popularity of mobile devices for viewing the Web. Responsive images are an important component of responsive Web design (RWD), Responsive web design is a new approach to website design that ensures users have a good viewing experience n…
Continue Reading +The CSS file is used to describe how HTML elements will be displayed. There are various ways to add CSS file in the HTML document. JavaScript can also be used to load a CSS file in the HTML document. Approach: Use document.getElementsByTagName() method to get HTML head element. Create new link element using createElem…
Continue Reading +Alternative or Alt Tag One thing you can be sure of on the web is that you never know exactly which browser and devices will be used to view the visitors of your page are likely to show up with mobile devices, screen readers for the visually impaired, browser that is running over very slow internet connections, cell…
Continue Reading +An absolute path refers to the complete details needed to locate a file or folder, starting from the root element and ending with the other subdirectories. Absolute paths are used in websites and operating systems for locating files and folders. An absolute path is also known as an absolute pathname or full path.
Continue Reading +HyperText Transfer Protocol (HTTP) is an application-layer protocol used primarily on the World Wide Web. HTTP uses a client-server model where the web browser is the client and communicates with the webserver that hosts the website. The browser uses HTTP, which is carried over TCP/IP to communicate to the server and …
Continue Reading +Yes, but hold that thought .
Continue Reading +Yes, you should always use < ol > and < li > together (or < ul > and < li >) .Neither one of these elements really makes sense without the other. Remember , a list is really a group of items : the < li > element is used to identify each items, and the < ol > element is used to gro…
Continue Reading +
Social Icons