Posts

Showing posts from August, 2022

"An Introduction to HTML"

Image
  What is HTML?  HTML is a building language.  It helps create and function web pages.  Any code for a website is first written in HTML.  It consists of tags, elements, and attributes. What does HTML stand for?   HTML stands for  HyperText Markup Language. The best way to explain HTML is to breakdown the meaning of each word. HyperText  refers to text that contains links to other texts. Every time you click on a highlighted or underlined link that takes you to another page, you are using hypertext.  Markup  refers to the special symbols that are inserted into a document to tell the web browser how to display the document data. In HTML, those could be attributes, tags, or elements. Language  refers to the idea that the code is standardized. Just like regular spoken languages, there are certain rules that everyone must follow when writing HTML. This is so that all browsers can understand and interpret the code.  If we put these t...

"No-nonsense: Roadmap to Front-end Web Designing"

Image
Do you want to become an amazing web designer? Learning how to design a webpage is easy and so much fun. In this blog, I will talk about some basic steps in order to design a website. Easier to design a website with small and fun codes rather than writing a million lines.. am I right?  Let's Begin!!! What describes a  front-end developer? 🤔 Imagine you could create any web page and design it however you like. Sounds amazing right?  Well, in simple terms that is what a front-end developer does. A front-end developer  builds the front-end portion of websites and web applications —that is, the part that users actually see and interact with.  Step one: Understand the basics You don't want to start learning how to design web pages without having knowledge of  fundamental understanding of the web , how it is structured, and how your application fits within it, trust me! Once you have a complete understanding of networks (i.e. IP addresses, internet protocol, pac...