Css or Cascading Style Sheets is used to describe or present a document written in markup Language like HTML with a style sheet language. For Example: <!doctype html><html lang=”en”> <!DOCTYPE html><html><head><style>body { background-color: black;}h1 { color: red; text-align: center;}p { font-family: verdana; font-size: 20px; text-align:center; color:white;}</style></head><body><h1>CSS</h1><p>This is a centered text.</p></body></html> Output here: With the help […]
Some less known Powerful HTML features that You must use
HTML or HyperText Markup Language is markup language that is used to display documents in Web browsers. Nowadays we grow our businesses online so that the products and the services we provide spread around the world. There are millions of websites on the cloud at this time and more than 50% of websites designs are […]
How to set HTML meta tags in angular , Angular universal
In this article we are going to talk about how you can add seo tools in angular application. Angular provides server side rendering where you can make an angular application fully seo friendly. Angular does not directly provide seo tools in it for that we need to use server side rendering for it and to […]